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:
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
EJBLocalHomeImpl.SerializableLocalHome
-
-
Field Summary
-
Fields inherited from class com.sun.ejb.containers.EJBLocalHomeImpl
container
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedReadOnlyEJBLocalHomeImpl(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
-
-
-
-
Constructor Detail
-
ReadOnlyEJBLocalHomeImpl
protected ReadOnlyEJBLocalHomeImpl(EjbDescriptor ejbDescriptor, Class localHomeIntf) throws Exception
- Throws:
Exception
-
-
Method Detail
-
getReadOnlyBeanLocalNotifier
public ReadOnlyBeanLocalNotifier getReadOnlyBeanLocalNotifier()
- Specified by:
getReadOnlyBeanLocalNotifierin interfaceReadOnlyEJBLocalHome
-
handleSpecialEJBLocalHomeMethod
protected boolean handleSpecialEJBLocalHomeMethod(Method method, Class methodClass)
- Overrides:
handleSpecialEJBLocalHomeMethodin classEJBLocalHomeInvocationHandler
-
invokeSpecialEJBLocalHomeMethod
protected Object invokeSpecialEJBLocalHomeMethod(Method method, Class methodClass, Object[] args) throws Throwable
- Overrides:
invokeSpecialEJBLocalHomeMethodin classEJBLocalHomeInvocationHandler- Throws:
Throwable
-
-