Uses of Interface
javax.ejb.EJBObject

Packages that use EJBObject
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. 
javax.ejb.spi The javax.ejb.spi package defines interfaces that are implemented by the EJB container. 
 

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.
 

Uses of EJBObject in javax.ejb.spi
 

Methods in javax.ejb.spi that return EJBObject
 EJBObject HandleDelegate.readEJBObject(java.io.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, java.io.ObjectOutputStream ostream)
          Serialize the EJBObject reference corresponding to a Handle.
 



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