Package | Description |
---|---|
javax.ejb | |
javax.ejb.spi |
Modifier and Type | Method and Description |
---|---|
EJBHome |
EJBMetaData.getEJBHome()
Obtains the home interface of the enterprise Bean.
|
EJBHome |
HomeHandle.getEJBHome()
Obtains the home object represented by this handle.
|
EJBHome |
EJBContext.getEJBHome()
Obtain the enterprise bean's remote home interface.
|
EJBHome |
EJBObject.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 © 2024 JBoss by Red Hat. All rights reserved.