Class 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:
    Serialized Form
    • Constructor Detail

      • HomeHandleImpl

        public HomeHandleImpl​(jakarta.ejb.EJBHome ejbHome)
    • Method Detail

      • getEJBHome

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