Uses of Interface
javax.ejb.Handle

Packages that use Handle
com.caucho.ejb   
com.caucho.ejb.burlap   
com.caucho.ejb.hessian   
com.caucho.ejb.protocol   
com.caucho.ejb.session   
javax.ejb   
 

Uses of Handle in com.caucho.ejb
 

Methods in com.caucho.ejb that return Handle
 Handle AbstractContext.getHandle()
          Returns the object's handle.
 

Uses of Handle in com.caucho.ejb.burlap
 

Classes in com.caucho.ejb.burlap that implement Handle
 class BurlapHandle
          Handle implementation for Burlap Objects.
 

Uses of Handle in com.caucho.ejb.hessian
 

Classes in com.caucho.ejb.hessian that implement Handle
 class HessianHandle
          Handle implementation for Hessian Objects.
 

Fields in com.caucho.ejb.hessian declared as Handle
protected  Handle ObjectStub._handle
           
 

Methods in com.caucho.ejb.hessian that return Handle
 Handle ObjectStub.getHandle()
          Returns the serializable handle for the remote object
 

Methods in com.caucho.ejb.hessian with parameters of type Handle
protected  void HomeStub._ejb_remove(Handle handle)
           
 void HomeStub.remove(Handle handle)
          Remove the object specified by the handle from the server.
 

Uses of Handle in com.caucho.ejb.protocol
 

Classes in com.caucho.ejb.protocol that implement Handle
 class AbstractHandle
          Handle implementation for EJB Objects.
 class HandleImpl
          Handle implementation for EJB Objects.
 

Fields in com.caucho.ejb.protocol declared as Handle
protected  Handle ObjectSkeletonWrapper.handle
           
 

Methods in com.caucho.ejb.protocol that return Handle
 Handle ObjectSkeletonWrapper.getHandle()
           
 

Constructors in com.caucho.ejb.protocol with parameters of type Handle
ObjectSkeletonWrapper(Handle handle)
          Constructor for ObjectSkeleton
 

Uses of Handle in com.caucho.ejb.session
 

Methods in com.caucho.ejb.session that return Handle
 Handle StatefulObject.getHandle()
          Returns the handle.
 Handle AbstractSessionObject.getHandle()
          Returns the handle.
 Handle StatelessObject.getHandle()
           
 Handle StatelessHome.getHandle()
          Returns the handle for the home bean.
 

Methods in com.caucho.ejb.session with parameters of type Handle
 void StatefulHome.remove(Handle handle)
          Remove the object specified by the handle.
 void StatelessHome.remove(Handle handle)
          Remove the object specified by the handle.
 

Uses of Handle in javax.ejb
 

Methods in javax.ejb that return Handle
 Handle EJBObject.getHandle()
           
 

Methods in javax.ejb with parameters of type Handle
 void EJBHome.remove(Handle handle)