Uses of Interface
jakarta.ejb.EJBHome
-
Packages that use EJBHome 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. -
-
Uses of EJBHome in jakarta.ejb
Methods in jakarta.ejb that return EJBHome 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. -
Uses of EJBHome in jakarta.ejb.spi
Methods in jakarta.ejb.spi that return EJBHome Modifier and Type Method Description EJBHome
HandleDelegate. readEJBHome(ObjectInputStream istream)
Deserialize the EJBHome reference corresponding to a HomeHandle.Methods in jakarta.ejb.spi with parameters of type EJBHome Modifier and Type Method Description void
HandleDelegate. writeEJBHome(EJBHome ejbHome, ObjectOutputStream ostream)
Serialize the EJBHome reference corresponding to a HomeHandle.
-