Uses of Interface
jakarta.ejb.Handle
-
Packages that use Handle 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 Handle in jakarta.ejb
Methods in jakarta.ejb that return Handle Modifier and Type Method Description Handle
EJBObject. getHandle()
Obtain a handle for the enterprise bean object.Methods in jakarta.ejb with parameters of type Handle Modifier and Type Method Description void
EJBHome. remove(Handle handle)
Remove an enterprise bean object identified by its handle.
-