Class ReadOnlyEJBHomeImpl
java.lang.Object
com.sun.ejb.containers.EJBHomeImpl
com.sun.ejb.containers.EJBHomeInvocationHandler
org.glassfish.persistence.ejb.entitybean.container.EntityBeanHomeImpl
org.glassfish.persistence.ejb.entitybean.container.ReadOnlyEJBHomeImpl
- All Implemented Interfaces:
jakarta.ejb.EJBHome,InvocationHandler,Remote,ReadOnlyEJBHome
Implementation of the EJBHome interface for ReadOnly Entity Beans.
This class is also the base class for all generated concrete ReadOnly
EJBHome implementations.
At deployment time, one instance of ReadOnlyEJBHomeImpl is created
for each EJB class in a JAR that has a remote home.
- Author:
- Mahesh Kannan
-
Field Summary
Fields inherited from class com.sun.ejb.containers.EJBHomeImpl
_logger -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidprotected booleaninvokeSpecialEJBHomeMethod(Method method, Class<?> methodClass, Object[] args) Methods inherited from class org.glassfish.persistence.ejb.entitybean.container.EntityBeanHomeImpl
createEJBObjectImpl, postCreateMethods inherited from class com.sun.ejb.containers.EJBHomeInvocationHandler
getEJBHome, invoke, invokeTargetBeanMethod, setMethodMap, setProxyMethods inherited from class com.sun.ejb.containers.EJBHomeImpl
createRemoteBusinessObjectImpl, getContainer, getEJBMetaData, getHomeHandle, remove, removeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface jakarta.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
-
Method Details
-
_refresh_com_sun_ejb_containers_read_only_bean_
public void _refresh_com_sun_ejb_containers_read_only_bean_(Object primaryKey) throws RemoteException - Specified by:
_refresh_com_sun_ejb_containers_read_only_bean_in interfaceReadOnlyEJBHome- Throws:
RemoteException
-
_refresh_All
- Specified by:
_refresh_Allin interfaceReadOnlyEJBHome- Throws:
RemoteException
-
invokeSpecialEJBHomeMethod
protected boolean invokeSpecialEJBHomeMethod(Method method, Class<?> methodClass, Object[] args) throws Exception - Overrides:
invokeSpecialEJBHomeMethodin classcom.sun.ejb.containers.EJBHomeInvocationHandler- Throws:
Exception
-