Uses of Interface
javax.ejb.EJBHome

Packages that use EJBHome
javax.ejb   
 

Uses of EJBHome in javax.ejb
 

Methods in javax.ejb that return EJBHome
 EJBHome EJBContext.getEJBHome()
          Obtain the enterprise bean's home interface.
 EJBHome HomeHandle.getEJBHome()
          Obtain the home object represented by this handle.
 EJBHome EJBObject.getEJBHome()
          Obtain the enterprise Bean's home interface.
 EJBHome EJBMetaData.getEJBHome()
          Obtain the home interface of the enterprise Bean.