Class HandleImpl

  • All Implemented Interfaces:
    jakarta.ejb.Handle, Serializable

    public final class HandleImpl
    extends Object
    implements jakarta.ejb.Handle, Serializable
    A portable implementation of Handle using the HandleDelegate SPI. This class can potentially be instantiated in another vendor's container so it must not refer to any non-portable RI-specific classes.
    Author:
    Kenneth Saks
    See Also:
    Serialized Form
    • Constructor Detail

      • HandleImpl

        public HandleImpl​(jakarta.ejb.EJBObject ejbObject)
    • Method Detail

      • getEJBObject

        public jakarta.ejb.EJBObject getEJBObject()
                                           throws RemoteException
        Specified by:
        getEJBObject in interface jakarta.ejb.Handle
        Throws:
        RemoteException