Uses of Interface
javax.ejb.Handle

Packages that use Handle
javax.ejb The javax.ejb package contains the Enterprise JavaBeans classes and interfaces that define the contracts between the enterprise bean and its clients and between the enterprise bean and the EJB container. 
 

Uses of Handle in javax.ejb
 

Methods in javax.ejb that return Handle
 Handle EJBObject.getHandle()
          Obtain a handle for the EJB object.
 

Methods in javax.ejb with parameters of type Handle
 void EJBHome.remove(Handle handle)
          Remove an EJB object identified by its handle.
 



Copyright © 2008 Sun Microsystems, Inc.. All Rights Reserved.