|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.weld.bean.proxy.ClientProxyProvider
public class ClientProxyProvider
A proxy pool for holding scope adaptors (client proxies)
ProxyMethodHandler
Constructor Summary | |
---|---|
ClientProxyProvider()
Constructor |
Method Summary | ||
---|---|---|
void |
clear()
|
|
|
getClientProxy(javax.enterprise.inject.spi.Bean<T> bean)
Gets a client proxy for a bean Looks for a proxy in the pool. |
|
String |
toString()
Gets a string representation |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ClientProxyProvider()
Method Detail |
---|
public <T> T getClientProxy(javax.enterprise.inject.spi.Bean<T> bean)
bean
- The bean to get a proxy to
public String toString()
toString
in class Object
public void clear()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |