|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.webbeans.bean.proxy.ProxyPool
public class ProxyPool
A proxy pool for holding scope adaptors (client proxies)
ProxyMethodHandler,
Serialized Form| Constructor Summary | |
|---|---|
ProxyPool()
|
|
| Method Summary | ||
|---|---|---|
|
getClientProxy(Bean<T> bean,
boolean create)
Gets a client proxy for a bean Looks for a proxy in the pool. |
|
java.lang.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 ProxyPool()
| Method Detail |
|---|
public <T> T getClientProxy(Bean<T> bean,
boolean create)
bean - The bean to get a proxy tocreate - Flag indicating if the proxy should be created if it does
not already exist
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||