Class EntityBeanHomeImpl
- java.lang.Object
-
- com.sun.ejb.containers.EJBHomeImpl
-
- com.sun.ejb.containers.EJBHomeInvocationHandler
-
- org.glassfish.persistence.ejb.entitybean.container.EntityBeanHomeImpl
-
- All Implemented Interfaces:
jakarta.ejb.EJBHome,InvocationHandler,Remote
- Direct Known Subclasses:
ReadOnlyEJBHomeImpl
public class EntityBeanHomeImpl extends EJBHomeInvocationHandler
Implementation of the EJBHome interface for Entity Beans.- Author:
- mvatkina
-
-
Field Summary
-
Fields inherited from class com.sun.ejb.containers.EJBHomeImpl
_logger
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EJBObjectImplcreateEJBObjectImpl()EJBObjectImpl is created directly by the container, not by this callprotected voidpostCreate(Container container, EjbInvocation inv, InvocationInfo invInfo, Object primaryKey, Object[] args)-
Methods inherited from class com.sun.ejb.containers.EJBHomeInvocationHandler
getEJBHome, invoke, invokeSpecialEJBHomeMethod, invokeTargetBeanMethod, setMethodMap, setProxy
-
Methods inherited from class com.sun.ejb.containers.EJBHomeImpl
createRemoteBusinessObjectImpl, getContainer, getEJBMetaData, getHomeHandle, remove, remove
-
-
-
-
Method Detail
-
createEJBObjectImpl
public EJBObjectImpl createEJBObjectImpl()
EJBObjectImpl is created directly by the container, not by this call- Overrides:
createEJBObjectImplin classEJBHomeImpl
-
postCreate
protected void postCreate(Container container, EjbInvocation inv, InvocationInfo invInfo, Object primaryKey, Object[] args) throws Throwable
- Overrides:
postCreatein classEJBHomeInvocationHandler- Throws:
Throwable
-
-