Uses of Interface
javax.ejb.EJBHome

Packages that use EJBHome
javax.ejb   
javax.ejb.spi   
 

Uses of EJBHome in javax.ejb
 

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

Uses of EJBHome in javax.ejb.spi
 

Methods in javax.ejb.spi that return EJBHome
 EJBHome HandleDelegate.readEJBHome(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, ObjectOutputStream ostream)
          Serialize the EJBHome reference corresponding to a HomeHandle.
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.