com.caucho.ejb.session
Class StatelessProviderProxy<X,T>

java.lang.Object
  extended by com.caucho.ejb.session.StatelessProviderProxy<X,T>
All Implemented Interfaces:
ObjectProxy

public class StatelessProviderProxy<X,T>
extends java.lang.Object
implements ObjectProxy

Component for session beans


Constructor Summary
StatelessProviderProxy(T proxy)
           
 
Method Summary
 java.lang.Object createObject(java.util.Hashtable env)
          Creates the object from the proxy.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatelessProviderProxy

public StatelessProviderProxy(T proxy)
Method Detail

createObject

public java.lang.Object createObject(java.util.Hashtable env)
Creates the object from the proxy.

Specified by:
createObject in interface ObjectProxy
Parameters:
env - the calling environment
Returns:
the object named by the proxy.