Class EJBLocalHomeInvocationHandler

  • All Implemented Interfaces:
    com.sun.enterprise.container.common.spi.util.IndirectlySerializable, jakarta.ejb.EJBLocalHome, InvocationHandler

    public class EJBLocalHomeInvocationHandler
    extends EJBLocalHomeImpl
    implements InvocationHandler
    Handler for EJBLocalHome invocations through EJBLocalHome proxy.
    Author:
    Kenneth Saks
    • Constructor Detail

      • EJBLocalHomeInvocationHandler

        protected EJBLocalHomeInvocationHandler​(com.sun.enterprise.deployment.EjbDescriptor ejbDescriptor,
                                                Class localHomeIntf)
                                         throws Exception
        Throws:
        Exception