Package | Description |
---|---|
javax.ejb | |
javax.ejb.spi |
Modifier and Type | Method and Description |
---|---|
EJBHome |
HomeHandle.getEJBHome()
Obtains the home object represented by this handle.
|
EJBHome |
EJBObject.getEJBHome()
Obtain the enterprise Bean's remote home interface.
|
EJBHome |
EJBMetaData.getEJBHome()
Obtains the 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(java.io.ObjectInputStream istream)
Deserialize the EJBHome reference corresponding to a HomeHandle.
|
Modifier and Type | Method and Description |
---|---|
void |
HandleDelegate.writeEJBHome(EJBHome ejbHome,
java.io.ObjectOutputStream ostream)
Serialize the EJBHome reference corresponding to a HomeHandle.
|