Uses of Interface
jakarta.ejb.EJBHome
Package
Description
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.
Defines interfaces that are implemented by
the enterprise bean container.
-
Uses of EJBHome in jakarta.ejb
Modifier and TypeMethodDescriptionEJBContext.getEJBHome()
Obtain the enterprise bean's remote home interface.EJBMetaData.getEJBHome()
Obtain the remote home interface of the enterprise bean.EJBObject.getEJBHome()
Obtain the enterprise bean's remote home interface.HomeHandle.getEJBHome()
Obtain the home object represented by this handle. -
Uses of EJBHome in jakarta.ejb.spi
Modifier and TypeMethodDescriptionHandleDelegate.readEJBHome
(ObjectInputStream istream) Deserialize the EJBHome reference corresponding to a HomeHandle.Modifier and TypeMethodDescriptionvoid
HandleDelegate.writeEJBHome
(EJBHome ejbHome, ObjectOutputStream ostream) Serialize the EJBHome reference corresponding to a HomeHandle.