| Package | Description | 
|---|---|
| javax.ejb | Contains the Enterprise JavaBeans classes 
and interfaces that define the contracts between the enterprise bean 
and its clients and between the enterprise bean and the EJB container. | 
| javax.ejb.spi | Defines interfaces that are implemented by
the EJB container. | 
| javax.management.j2ee | Provides the J2EE Management Enterprise Bean component (MEJB) interfaces. | 
| 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()Obtain 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 obj)Test 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. | 
Copyright © 1996-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.