Class ReadOnlyEJBHomeImpl

java.lang.Object
com.sun.ejb.containers.EJBHomeImpl
com.sun.ejb.containers.EJBHomeInvocationHandler
org.glassfish.persistence.ejb.entitybean.container.EntityBeanHomeImpl
org.glassfish.persistence.ejb.entitybean.container.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