Uses of Interface
javax.ejb.Handle

Packages that use Handle
com.caucho.ejb.protocol   
javax.ejb   
 

Uses of Handle in com.caucho.ejb.protocol
 

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 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)