Class HomeHandleImpl

java.lang.Object
com.sun.ejb.portable.HomeHandleImpl
All Implemented Interfaces:
jakarta.ejb.HomeHandle, Serializable

public final class HomeHandleImpl extends Object implements jakarta.ejb.HomeHandle, Serializable
A portable implementation of HomeHandle 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.
See Also:
  • Constructor Details

    • HomeHandleImpl

      public HomeHandleImpl(jakarta.ejb.EJBHome ejbHome)
  • Method Details

    • getEJBHome

      public jakarta.ejb.EJBHome getEJBHome() throws RemoteException
      Specified by:
      getEJBHome in interface jakarta.ejb.HomeHandle
      Throws:
      RemoteException