public class ClientProxyProvider extends Object
ProxyMethodHandler
Constructor and Description |
---|
ClientProxyProvider(String contextId)
Constructor
|
Modifier and Type | Method and Description |
---|---|
void |
clear() |
<T> T |
getClientProxy(javax.enterprise.inject.spi.Bean<T> bean) |
<T> T |
getClientProxy(javax.enterprise.inject.spi.Bean<T> bean,
Type requestedType)
Gets a client proxy for a bean
Looks for a proxy in the pool.
|
String |
toString()
Gets a string representation
|
public ClientProxyProvider(String contextId)
public <T> T getClientProxy(javax.enterprise.inject.spi.Bean<T> bean)
public <T> T getClientProxy(javax.enterprise.inject.spi.Bean<T> bean, Type requestedType)
bean
- The bean to get a proxy topublic String toString()
public void clear()
Copyright © 2016. All rights reserved.