Uses of Interface
jakarta.ejb.EJBLocalHome
-
Packages that use EJBLocalHome 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. -
-
Uses of EJBLocalHome in jakarta.ejb
Methods in jakarta.ejb that return EJBLocalHome Modifier and Type Method Description EJBLocalHome
EJBContext. getEJBLocalHome()
Obtain the enterprise bean's local home interface.EJBLocalHome
EJBLocalObject. getEJBLocalHome()
Obtain the enterprise bean's local home interface.
-