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

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

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

Component for stateful beans


Constructor Summary
StatefulProviderProxy(StatefulContext<X,T> context)
           
 
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

StatefulProviderProxy

public StatefulProviderProxy(StatefulContext<X,T> context)
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.