Uses of Interface
jakarta.ejb.EJBObject
-
Packages that use EJBObject 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.jakarta.ejb.spi Defines interfaces that are implemented by the enterprise bean container. -
-
Uses of EJBObject in jakarta.ejb
Methods in jakarta.ejb that return EJBObject Modifier and Type Method Description EJBObject
EntityContext. getEJBObject()
Obtain a reference to the enterprise bean object that is currently associated with the instance.EJBObject
Handle. getEJBObject()
Obtain the enterprise bean object reference represented by this handle.EJBObject
SessionContext. getEJBObject()
Obtain a reference to the enterprise bean object that is currently associated with the instance.Methods in jakarta.ejb with parameters of type EJBObject Modifier and Type Method Description boolean
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
Methods in jakarta.ejb.spi that return EJBObject Modifier and Type Method Description EJBObject
HandleDelegate. readEJBObject(ObjectInputStream istream)
Deserialize the EJBObject reference corresponding to a Handle.Methods in jakarta.ejb.spi with parameters of type EJBObject Modifier and Type Method Description void
HandleDelegate. writeEJBObject(EJBObject ejbObject, ObjectOutputStream ostream)
Serialize the EJBObject reference corresponding to a Handle.
-