org.jboss.webbeans.bean.proxy
Class ClientProxyProvider

java.lang.Object
  extended by org.jboss.webbeans.bean.proxy.ClientProxyProvider

public class ClientProxyProvider
extends java.lang.Object

A proxy pool for holding scope adaptors (client proxies)

Author:
Nicklas Karlsson
See Also:
org.jboss.webbeans.bean.proxy.ProxyMethodHandler

Constructor Summary
ClientProxyProvider()
          Constructor
 
Method Summary
<T> T
getClientProxy(ManagerImpl manager, Bean<T> bean)
          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

ClientProxyProvider

public ClientProxyProvider()
Constructor

Method Detail

getClientProxy

public <T> T getClientProxy(ManagerImpl manager,
                            Bean<T> bean)
Gets a client proxy for a bean Looks for a proxy in the pool. If not found, one is created and added to the pool if the create argument is true.

Parameters:
bean - The bean to get a proxy to
Returns:
the client proxy for the bean

toString

public java.lang.String toString()
Gets a string representation

Overrides:
toString in class java.lang.Object
Returns:
The string representation


Copyright © 2011. All Rights Reserved.