站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 j2ee API Documentation 英文版文档

Uses of Interface javax.ejb.EJBHome (JBoss J2EE API) - JBoss 4.0.1 sp1 j2ee API Documentation 英文版文档


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.