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 com.sun.ejb.containers.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
Modifier and TypeMethodDescriptioncom.sun.ejb.containers.EJBObjectImplEJBObjectImpl 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.EJBHomeInvocationHandler
getEJBHome, invoke, invokeSpecialEJBHomeMethod, invokeTargetBeanMethod, setMethodMap, setProxyMethods inherited from class com.sun.ejb.containers.EJBHomeImpl
createRemoteBusinessObjectImpl, getContainer, getEJBMetaData, getHomeHandle, remove, remove
-
Method Details
-
createEJBObjectImpl
public com.sun.ejb.containers.EJBObjectImpl createEJBObjectImpl()EJBObjectImpl is created directly by the container, not by this call- Overrides:
createEJBObjectImplin classcom.sun.ejb.containers.EJBHomeImpl
-
postCreate
protected void postCreate(com.sun.ejb.Container container, com.sun.ejb.EjbInvocation inv, com.sun.ejb.InvocationInfo invInfo, Object primaryKey, Object[] args) throws Throwable - Overrides:
postCreatein classcom.sun.ejb.containers.EJBHomeInvocationHandler- Throws:
Throwable
-