Class ReadOnlyEJBHomeImpl

  • All Implemented Interfaces:
    jakarta.ejb.EJBHome, InvocationHandler, Remote, ReadOnlyEJBHome

    public final class ReadOnlyEJBHomeImpl
    extends EntityBeanHomeImpl
    implements ReadOnlyEJBHome
    Implementation of the EJBHome interface for ReadOnly Entity Beans. This class is also the base class for all generated concrete ReadOnly EJBHome implementations. At deployment time, one instance of ReadOnlyEJBHomeImpl is created for each EJB class in a JAR that has a remote home.
    Author:
    Mahesh Kannan