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