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

Uses of Interface javax.ejb.EJBObject (JBoss J2EE API) - JBoss 3.2.7 j2ee API Documentation 英文版文档


Uses of Interface
javax.ejb.EJBObject

Packages that use EJBObject
javax.ejb   
javax.ejb.spi   
 

Uses of EJBObject in javax.ejb
 

Methods in javax.ejb that return EJBObject
 EJBObject SessionContext.getEJBObject()
          Obtain a reference to the EJB object that is currently associated with the instance.
 EJBObject Handle.getEJBObject()
          Obtains the EJB object reference represented by this handle.
 EJBObject EntityContext.getEJBObject()
          Obtain a reference to the EJB object that is currently associated with the instance.
 

Methods in javax.ejb with parameters of type EJBObject
 boolean EJBObject.isIdentical(EJBObject ejbo)
          Tests if a given EJB object is identical to the invoked EJB object.
 

Uses of EJBObject in javax.ejb.spi
 

Methods in javax.ejb.spi that return EJBObject
 EJBObject HandleDelegate.readEJBObject(ObjectInputStream istream)
          Deserialize the EJBObject reference corresponding to a Handle.
 

Methods in javax.ejb.spi with parameters of type EJBObject
 void HandleDelegate.writeEJBObject(EJBObject ejbObject, ObjectOutputStream ostream)
          Serialize the EJBObject reference corresponding to a Handle.
 



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