Uses of Interface
jakarta.ejb.EJBObject
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 EJBObject in jakarta.ejb
Modifier and TypeMethodDescriptionEntityContext.getEJBObject()
Obtain a reference to the enterprise bean object that is currently associated with the instance.Handle.getEJBObject()
Obtain the enterprise bean object reference represented by this handle.SessionContext.getEJBObject()
Obtain a reference to the enterprise bean object that is currently associated with the instance.Modifier and TypeMethodDescriptionboolean
EJBObject.isIdentical
(EJBObject obj) Test if a given enterprise bean object is identical to the invoked enterprise bean object. -
Uses of EJBObject in jakarta.ejb.spi
Modifier and TypeMethodDescriptionHandleDelegate.readEJBObject
(ObjectInputStream istream) Deserialize the EJBObject reference corresponding to a Handle.Modifier and TypeMethodDescriptionvoid
HandleDelegate.writeEJBObject
(EJBObject ejbObject, ObjectOutputStream ostream) Serialize the EJBObject reference corresponding to a Handle.