Uses of Class
com.caucho.ejb.session.StatefulContext

Packages that use StatefulContext
com.caucho.ejb.session   
 

Uses of StatefulContext in com.caucho.ejb.session
 

Methods in com.caucho.ejb.session that return StatefulContext
protected
<T> StatefulContext<X,T>
StatefulManager.createSessionContext(java.lang.Class<T> api)
           
<T> StatefulContext<X,T>
StatefulManager.getSessionContext(java.lang.Class<T> api)
           
 

Constructors in com.caucho.ejb.session with parameters of type StatefulContext
StatefulProviderProxy(StatefulContext<X,T> context)