Uses of Interface
javax.ejb.EJBLocalHome

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

Uses of EJBLocalHome in com.caucho.ejb
 

Fields in com.caucho.ejb declared as EJBLocalHome
protected  EJBLocalHome AbstractServer._localHome
           
 

Methods in com.caucho.ejb that return EJBLocalHome
 EJBLocalHome AbstractContext.createLocalHome()
          Create the local home view.
 EJBLocalHome AbstractContext.getEJBLocalHome()
          Returns the EJBLocalHome stub for the container.
 EJBLocalHome AbstractServer.getEJBLocalHome()
          Returns the EJBLocalHome stub for the container
 

Uses of EJBLocalHome in com.caucho.ejb.session
 

Classes in com.caucho.ejb.session that implement EJBLocalHome
 class StatefulHome
          Abstract base class for a statful session bean home
 class StatelessHome
          Abstract base class for a SessionHome.
 

Methods in com.caucho.ejb.session that return EJBLocalHome
 EJBLocalHome StatefulObject.getEJBLocalHome()
          Returns the EJBLocalHome
 EJBLocalHome AbstractSessionContext.getEJBLocalHome()
          Returns the EJBLocalHome stub for the container.
 EJBLocalHome StatelessObject.getEJBLocalHome()
          Returns the EJBLocalHome stub for the container.
 EJBLocalHome SessionServer.getEJBLocalHome()
          Returns the EJBLocalHome stub for the container
 

Uses of EJBLocalHome in javax.ejb
 

Methods in javax.ejb that return EJBLocalHome
 EJBLocalHome EJBContext.getEJBLocalHome()
           
 EJBLocalHome EJBLocalObject.getEJBLocalHome()