Uses of Interface
javax.ejb.EJBObject

Packages that use EJBObject
javax.ejb   
javax.ejb.spi   
 

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()
          Obtains the EJB object reference represented by this handle.
 

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

Uses of EJBObject in javax.ejb.spi
 

Methods in javax.ejb.spi that return EJBObject
 EJBObject HandleDelegate.readEJBObject(ObjectInputStream istream)
          Deserialize the EJBObject reference corresponding to a Handle.
 

Methods in javax.ejb.spi with parameters of type EJBObject
 void HandleDelegate.writeEJBObject(EJBObject ejbObject, ObjectOutputStream ostream)
          Serialize the EJBObject reference corresponding to a Handle.
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.