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
-
Nested Class Summary
Nested classes/interfaces inherited from class com.sun.ejb.containers.EJBLocalHomeImpl
com.sun.ejb.containers.EJBLocalHomeImpl.SerializableLocalHome -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedReadOnlyEJBLocalHomeImpl(com.sun.enterprise.deployment.EjbDescriptor ejbDescriptor, Class localHomeIntf) -
Method Summary
Modifier and TypeMethodDescriptionprotected 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, postCreateMethods inherited from class com.sun.ejb.containers.EJBLocalHomeInvocationHandler
getEJBLocalHome, invoke, invokeTargetBeanMethod, setMethodMap, setProxyMethods inherited from class com.sun.ejb.containers.EJBLocalHomeImpl
createEJBLocalBusinessObjectImpl, getContainer, getSerializableObjectFactory, removeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface jakarta.ejb.EJBLocalHome
remove
-
Constructor Details
-
Method Details
-
getReadOnlyBeanLocalNotifier
- Specified by:
getReadOnlyBeanLocalNotifierin interfaceReadOnlyEJBLocalHome
-
handleSpecialEJBLocalHomeMethod
- Overrides:
handleSpecialEJBLocalHomeMethodin classcom.sun.ejb.containers.EJBLocalHomeInvocationHandler
-
invokeSpecialEJBLocalHomeMethod
protected Object invokeSpecialEJBLocalHomeMethod(Method method, Class methodClass, Object[] args) throws Throwable - Overrides:
invokeSpecialEJBLocalHomeMethodin classcom.sun.ejb.containers.EJBLocalHomeInvocationHandler- Throws:
Throwable
-