Uses of Interface
javax.ejb.EJBObject

Packages that use EJBObject
javax.ejb API used by EJB 3.0 container 
javax.ejb.spi API used by EJB 3.0 container 
 

Uses of EJBObject in javax.ejb
 

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

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.
 

Uses of EJBObject in javax.ejb.spi
 

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

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



Copyright © 2007 OW2 Consortium. All Rights Reserved.