Uses of Interface
javax.ejb.EJBObject

Packages that use EJBObject
com.caucho.ejb   
com.caucho.ejb.burlap   
com.caucho.ejb.hessian   
com.caucho.ejb.protocol   
com.caucho.ejb.session   
javax.ejb   
javax.ejb.spi   
 

Uses of EJBObject in com.caucho.ejb
 

Methods in com.caucho.ejb that return EJBObject
 EJBObject AbstractContext.getEJBObject()
          Returns the EJBObject stub for the container.
 EJBObject AbstractServer.getEJBObject(java.lang.Object key)
           
 EJBObject AbstractContext.getRemoteView()
          Returns the underlying bean
 

Uses of EJBObject in com.caucho.ejb.burlap
 

Methods in com.caucho.ejb.burlap that return EJBObject
 EJBObject BurlapHandle.getEJBObject()
           
 

Uses of EJBObject in com.caucho.ejb.hessian
 

Classes in com.caucho.ejb.hessian that implement EJBObject
 class ObjectStub
          Base class for generated object stubs.
 

Methods in com.caucho.ejb.hessian that return EJBObject
 EJBObject HessianHandle.getEJBObject()
           
 

Methods in com.caucho.ejb.hessian with parameters of type EJBObject
protected  boolean ObjectStub._ejb_isIdentical(EJBObject obj)
           
 boolean ObjectStub.isIdentical(EJBObject obj)
          Returns true if the test object is identical to this object.
 

Uses of EJBObject in com.caucho.ejb.protocol
 

Methods in com.caucho.ejb.protocol that return EJBObject
protected abstract  EJBObject ClientContainer.createObjectStub(java.lang.String url)
          Creates the stub for the remote object for the given Handle.
 EJBObject HandleImpl.getEJBObject()
           
 EJBObject ClientContainer.getObjectStub(java.lang.String url)
          Returns a remote stub for the given handle
 

Uses of EJBObject in com.caucho.ejb.session
 

Classes in com.caucho.ejb.session that implement EJBObject
 class StatelessObject
          Abstract base class for a 3.0 session object
 

Methods in com.caucho.ejb.session that return EJBObject
 EJBObject StatelessObject.getEJBObject()
          Returns the SessionBean's primary stub
 EJBObject StatelessContext.getEJBObject()
          Returns the EJBObject stub for the container.
 EJBObject StatefulHome.getEJBObject()
          Returns null, since the ejb object isn't available to the home.
 EJBObject StatelessHome.getEJBObject()
          Returns null, since the ejb object isn't available to the home.
 EJBObject StatelessServer.getEJBObject(java.lang.Object key)
          Finds the remote bean by its key.
 

Methods in com.caucho.ejb.session with parameters of type EJBObject
 boolean StatefulObject.isIdentical(EJBObject obj)
          Returns true if the two objects are identical.
 boolean StatelessObject.isIdentical(EJBObject obj)
          Returns true if the two objects are identical.
 

Uses of EJBObject in javax.ejb
 

Methods in javax.ejb that return EJBObject
 EJBObject SessionContext.getEJBObject()
           
 EJBObject EntityContext.getEJBObject()
           
 EJBObject Handle.getEJBObject()
           
 

Methods in javax.ejb with parameters of type EJBObject
 boolean EJBObject.isIdentical(EJBObject obj)
           
 

Uses of EJBObject in javax.ejb.spi
 

Methods in javax.ejb.spi that return EJBObject
 EJBObject HandleDelegate.readEJBObject(java.io.ObjectInputStream ois)
           
 

Methods in javax.ejb.spi with parameters of type EJBObject
 void HandleDelegate.writeEJBObject(EJBObject ejbObject, java.io.ObjectOutputStream oos)