Uses of Interface
jakarta.ejb.EJBLocalObject
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.
-
Uses of EJBLocalObject in jakarta.ejb
Modifier and TypeMethodDescriptionEntityContext.getEJBLocalObject()
Obtain a reference to the enterprise bean local object that is currently associated with the instance.SessionContext.getEJBLocalObject()
Obtain a reference to the enterprise bean local object that is associated with the instance.Modifier and TypeMethodDescriptionboolean
EJBLocalObject.isIdentical
(EJBLocalObject obj) Test if a given enterprise bean local object is identical to the invoked enterprise bean local object.