EJB 3.1 API 1.0.1.Final

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 EJBObject.getEJBHome()
          Obtain the enterprise Bean's remote home interface.
 EJBHome EJBContext.getEJBHome()
          Obtain the enterprise bean's remote home interface.
 EJBHome EJBMetaData.getEJBHome()
          Obtains the home interface of the enterprise Bean.
 EJBHome HomeHandle.getEJBHome()
          Obtains the home object represented by this handle.
 

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.
 


EJB 3.1 API 1.0.1.Final

Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.