Uses of Interface
javax.ejb.EJBLocalObject

Packages that use EJBLocalObject
com.caucho.ejb   
com.caucho.ejb.session   
javax.ejb   
 

Uses of EJBLocalObject in com.caucho.ejb
 

Methods in com.caucho.ejb that return EJBLocalObject
 EJBLocalObject AbstractContext.getEJBLocalObject()
          Returns the local object in the context.
 

Uses of EJBLocalObject in com.caucho.ejb.session
 

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

Methods in com.caucho.ejb.session that return EJBLocalObject
 EJBLocalObject StatelessObject.getEJBLocalObject()
          Returns the SessionBean's primary stub
 

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

Uses of EJBLocalObject in javax.ejb
 

Methods in javax.ejb that return EJBLocalObject
 EJBLocalObject SessionContext.getEJBLocalObject()
           
 EJBLocalObject EntityContext.getEJBLocalObject()
           
 

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