Package | Description |
---|---|
javax.ejb |
Contains the Enterprise Bean classes
and interfaces that define the contracts between the enterprise bean
and its clients and between the enterprise bean and the enterprise bean container.
|
javax.ejb.spi |
Defines interfaces that are implemented by
the enterprise bean container.
|
javax.management.j2ee |
Provides the Jakarta Management Enterprise Bean component (MEJB) interfaces.
|
Modifier and Type | Method and Description |
---|---|
EJBObject |
SessionContext.getEJBObject()
Obtain a reference to the enterprise bean object that is currently associated with
the instance.
|
EJBObject |
Handle.getEJBObject()
Obtain the enterprise bean object reference represented by this handle.
|
EJBObject |
EntityContext.getEJBObject()
Obtain a reference to the enterprise bean object that is currently associated with
the instance.
|
Modifier and Type | Method and Description |
---|---|
boolean |
EJBObject.isIdentical(EJBObject obj)
Test if a given enterprise bean object is identical to the invoked enterprise bean 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 |
Management
The Management interface provides the APIs to navigate and manipulate
managed objects.
|
Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.