Class ReadOnlyEJBLocalHomeImpl
- java.lang.Object
-
- com.sun.ejb.containers.EJBLocalHomeImpl
-
- com.sun.ejb.containers.EJBLocalHomeInvocationHandler
-
- org.glassfish.persistence.ejb.entitybean.container.EntityBeanLocalHomeImpl
-
- org.glassfish.persistence.ejb.entitybean.container.ReadOnlyEJBLocalHomeImpl
-
- All Implemented Interfaces:
com.sun.enterprise.container.common.spi.util.IndirectlySerializable,jakarta.ejb.EJBLocalHome,InvocationHandler,ReadOnlyEJBLocalHome
public class ReadOnlyEJBLocalHomeImpl extends EntityBeanLocalHomeImpl implements ReadOnlyEJBLocalHome
Implementation of the EJBHome interface. This class is also the base class for all generated concrete ReadOnly EJBLocalHome implementations. At deployment time, one instance of ReadOnlyEJBHomeImpl is created for each EJB class in a JAR that has a local home.- Author:
- Mahesh Kannan
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedReadOnlyEJBLocalHomeImpl(com.sun.enterprise.deployment.EjbDescriptor ejbDescriptor, Class localHomeIntf)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ReadOnlyBeanLocalNotifiergetReadOnlyBeanLocalNotifier()protected booleanhandleSpecialEJBLocalHomeMethod(Method method, Class methodClass)protected ObjectinvokeSpecialEJBLocalHomeMethod(Method method, Class methodClass, Object[] args)-
Methods inherited from class org.glassfish.persistence.ejb.entitybean.container.EntityBeanLocalHomeImpl
createEJBLocalObjectImpl, postCreate
-
Methods inherited from class com.sun.ejb.containers.EJBLocalHomeInvocationHandler
getEJBLocalHome, invoke, invokeTargetBeanMethod, setMethodMap, setProxy
-
Methods inherited from class com.sun.ejb.containers.EJBLocalHomeImpl
createEJBLocalBusinessObjectImpl, getContainer, getSerializableObjectFactory, remove
-
-
-
-
Method Detail
-
getReadOnlyBeanLocalNotifier
public ReadOnlyBeanLocalNotifier getReadOnlyBeanLocalNotifier()
- Specified by:
getReadOnlyBeanLocalNotifierin interfaceReadOnlyEJBLocalHome
-
handleSpecialEJBLocalHomeMethod
protected boolean handleSpecialEJBLocalHomeMethod(Method method, Class methodClass)
- Overrides:
handleSpecialEJBLocalHomeMethodin classcom.sun.ejb.containers.EJBLocalHomeInvocationHandler
-
-