Uses of Interface
javax.ejb.EJBHome

Packages that use EJBHome
javax.ejb Contains the Enterprise JavaBeans classes and interfaces that define the contracts between the enterprise bean and its clients and between the enterprise bean and the EJB container. 
javax.ejb.spi Defines interfaces that are implemented by the EJB container. 
 

Uses of EJBHome in javax.ejb
 

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

Uses of EJBHome in javax.ejb.spi
 

Methods in javax.ejb.spi that return EJBHome
 EJBHome HandleDelegate.readEJBHome(java.io.ObjectInputStream istream)
          Deserialize the EJBHome reference corresponding to a HomeHandle.
 

Methods in javax.ejb.spi with parameters of type EJBHome
 void HandleDelegate.writeEJBHome(EJBHome ejbHome, java.io.ObjectOutputStream ostream)
          Serialize the EJBHome reference corresponding to a HomeHandle.
 



Copyright © 2012 GlassFish Community. All Rights Reserved.