| Package | Description | 
|---|---|
| javax.ejb | |
| javax.ejb.spi | |
| javax.management.j2ee | |
| org.jboss.ejb.client | 
| Modifier and Type | Method and Description | 
|---|---|
| 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | EJBObject. isIdentical(EJBObject ejbo)Tests if a given EJB object is identical to the invoked EJB object. | 
| Modifier and Type | Method and Description | 
|---|---|
| EJBObject | HandleDelegate. readEJBObject(ObjectInputStream istream)Deserialize the EJBObject reference corresponding to a Handle. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | HandleDelegate. writeEJBObject(EJBObject ejbObject,
              ObjectOutputStream ostream)Serialize the EJBObject reference corresponding to a Handle. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | ManagementThe Management interface provides the APIs to navigate and manipulate managed objects. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | EJBHandle<T extends EJBObject>A handle for an EJB interface. | 
| class  | EntityEJBLocator<T extends EJBObject>A locator for an entity EJB. | 
Copyright © 2018 JBoss by Red Hat. All rights reserved.