Uses of Interface
jakarta.ejb.EJBLocalObject
-
Packages that use EJBLocalObject 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 EJBLocalObject in jakarta.ejb
Methods in jakarta.ejb that return EJBLocalObject Modifier and Type Method Description EJBLocalObject
EntityContext. getEJBLocalObject()
Obtain a reference to the enterprise bean local object that is currently associated with the instance.EJBLocalObject
SessionContext. getEJBLocalObject()
Obtain a reference to the enterprise bean local object that is associated with the instance.Methods in jakarta.ejb with parameters of type EJBLocalObject Modifier and Type Method Description boolean
EJBLocalObject. isIdentical(EJBLocalObject obj)
Test if a given enterprise bean local object is identical to the invoked enterprise bean local object.
-