Package | Description |
---|---|
jakarta.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.
|
jakarta.ejb.spi |
Defines interfaces that are implemented by
the enterprise bean container.
|
Modifier and Type | Method | Description |
---|---|---|
EJBObject |
EntityContext.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 |
SessionContext.getEJBObject() |
Obtain a reference to the enterprise bean object that is currently associated with the instance.
|
Modifier and Type | Method | 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 | Description |
---|---|---|
EJBObject |
HandleDelegate.readEJBObject(ObjectInputStream istream) |
Deserialize the EJBObject reference corresponding to a Handle.
|
Modifier and Type | Method | Description |
---|---|---|
void |
HandleDelegate.writeEJBObject(EJBObject ejbObject,
ObjectOutputStream ostream) |
Serialize the EJBObject reference corresponding to a Handle.
|
Copyright © 2018, 2022 Eclipse Foundation.
Use is subject to license terms.