Class HandleImpl

java.lang.Object
com.sun.ejb.portable.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:
  • Constructor Details

    • HandleImpl

      public HandleImpl(jakarta.ejb.EJBObject ejbObject)
  • Method Details

    • getEJBObject

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