Uses of Interface
javax.ejb.EJBObject

Packages that use EJBObject
javax.ejb   
 

Uses of EJBObject in javax.ejb
 

Methods in javax.ejb that return EJBObject
 EJBObject SessionContext.getEJBObject()
          Obtain a reference to the EJB object that is currently associated with the instance.
 EJBObject EntityContext.getEJBObject()
          Obtain a reference to the EJB object that is currently associated with the instance.
 EJBObject Handle.getEJBObject()
          Obtain the EJB object reference represented by this handle.
 

Methods in javax.ejb with parameters of type EJBObject
 boolean EJBObject.isIdentical(EJBObject obj)
          Test if a given EJB object is identical to the invoked EJB object.