Uses of Interface
javax.ejb.EJBHome

Packages that use EJBHome
com.caucho.ejb.message   
com.caucho.ejb.server   
com.caucho.ejb.session   
javax.ejb   
javax.ejb.spi   
 

Uses of EJBHome in com.caucho.ejb.message
 

Methods in com.caucho.ejb.message that return EJBHome
 EJBHome MessageDrivenContextImpl.getEJBHome()
          Returns the EJBHome stub for the container.
 

Uses of EJBHome in com.caucho.ejb.server
 

Methods in com.caucho.ejb.server that return EJBHome
 EJBHome AbstractContext.getEJBHome()
          Returns the EJBHome stub for the container.
 

Uses of EJBHome in com.caucho.ejb.session
 

Methods in com.caucho.ejb.session that return EJBHome
 EJBHome AbstractSessionContext.getEJBHome()
          Returns the EJBHome stub for the container.
 

Uses of EJBHome in javax.ejb
 

Methods in javax.ejb that return EJBHome
 EJBHome EJBContext.getEJBHome()
           
 EJBHome EJBMetaData.getEJBHome()
           
 EJBHome EJBObject.getEJBHome()
           
 EJBHome HomeHandle.getEJBHome()
           
 

Uses of EJBHome in javax.ejb.spi
 

Methods in javax.ejb.spi that return EJBHome
 EJBHome HandleDelegate.readEJBHome(java.io.ObjectInputStream ois)
           
 

Methods in javax.ejb.spi with parameters of type EJBHome
 void HandleDelegate.writeEJBHome(EJBHome ejbHome, java.io.ObjectOutputStream oos)