|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EJBHome | |
|---|---|
| javax.ejb | The javax.ejb package contains the Enterprise JavaBeans classes and interfaces that define the contracts between the enterprise bean and its clients and between the enterprise bean and the EJB container. |
| javax.ejb.spi | The javax.ejb.spi package defines interfaces that are implemented by the EJB container. |
| Uses of EJBHome in javax.ejb |
|---|
| Methods in javax.ejb that return EJBHome | |
|---|---|
EJBHome |
EJBContext.getEJBHome()
Obtain the enterprise bean's remote home interface. |
EJBHome |
HomeHandle.getEJBHome()
Obtain the home object represented by this handle. |
EJBHome |
EJBMetaData.getEJBHome()
Obtain the remote home interface of the enterprise Bean. |
EJBHome |
EJBObject.getEJBHome()
Obtain the enterprise Bean's remote home interface. |
| Uses of EJBHome in javax.ejb.spi |
|---|
| Methods in javax.ejb.spi that return EJBHome | |
|---|---|
EJBHome |
HandleDelegate.readEJBHome(java.io.ObjectInputStream istream)
Deserialize the EJBHome reference corresponding to a HomeHandle. |
| Methods in javax.ejb.spi with parameters of type EJBHome | |
|---|---|
void |
HandleDelegate.writeEJBHome(EJBHome ejbHome,
java.io.ObjectOutputStream ostream)
Serialize the EJBHome reference corresponding to a HomeHandle. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||