Class EntityBeanLocalHomeImpl
- java.lang.Object
-
- com.sun.ejb.containers.EJBLocalHomeImpl
-
- com.sun.ejb.containers.EJBLocalHomeInvocationHandler
-
- org.glassfish.persistence.ejb.entitybean.container.EntityBeanLocalHomeImpl
-
- All Implemented Interfaces:
com.sun.enterprise.container.common.spi.util.IndirectlySerializable,jakarta.ejb.EJBLocalHome,InvocationHandler
- Direct Known Subclasses:
ReadOnlyEJBLocalHomeImpl
public class EntityBeanLocalHomeImpl extends com.sun.ejb.containers.EJBLocalHomeInvocationHandlerImplementation of the EJBLocalHome interface for Entity Beans. At deployment time, one instance of this class is created for each EntityBean class in a JAR that has a local home.- Author:
- mvatkina
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedEntityBeanLocalHomeImpl(com.sun.enterprise.deployment.EjbDescriptor ejbDescriptor, Class localHomeIntf)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.sun.ejb.containers.EJBLocalObjectImplcreateEJBLocalObjectImpl()EJBLocalObjectImpl is created directly by the container, not by this callprotected voidpostCreate(com.sun.ejb.Container container, com.sun.ejb.EjbInvocation inv, com.sun.ejb.InvocationInfo invInfo, Object primaryKey, Object[] args)-
Methods inherited from class com.sun.ejb.containers.EJBLocalHomeInvocationHandler
getEJBLocalHome, handleSpecialEJBLocalHomeMethod, invoke, invokeSpecialEJBLocalHomeMethod, invokeTargetBeanMethod, setMethodMap, setProxy
-
-