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 |
---|---|---|
EJBHome |
EJBContext.getEJBHome() |
Obtain the enterprise bean's remote home interface.
|
EJBHome |
EJBMetaData.getEJBHome() |
Obtain the remote home interface of the enterprise bean.
|
EJBHome |
EJBObject.getEJBHome() |
Obtain the enterprise bean's remote home interface.
|
EJBHome |
HomeHandle.getEJBHome() |
Obtain the home object represented by this handle.
|
Modifier and Type | Method | Description |
---|---|---|
EJBHome |
HandleDelegate.readEJBHome(ObjectInputStream istream) |
Deserialize the EJBHome reference corresponding to a HomeHandle.
|
Modifier and Type | Method | Description |
---|---|---|
void |
HandleDelegate.writeEJBHome(EJBHome ejbHome,
ObjectOutputStream ostream) |
Serialize the EJBHome reference corresponding to a HomeHandle.
|
Copyright © 2018, 2022 Eclipse Foundation.
Use is subject to license terms.