com.sun.ejb.containers
Class ReadOnlyEJBHomeImpl
java.lang.Object
com.sun.ejb.containers.EJBHomeImpl
com.sun.ejb.containers.ReadOnlyEJBHomeImpl
- All Implemented Interfaces:
- ReadOnlyEJBHome, Remote, EJBHome
public abstract class ReadOnlyEJBHomeImpl
- extends EJBHomeImpl
- implements ReadOnlyEJBHome
Implementation of the EJBHome interface.
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReadOnlyEJBHomeImpl
public ReadOnlyEJBHomeImpl()
throws RemoteException
- Throws:
RemoteException
getReadOnlyBeanNotifier
public ReadOnlyBeanNotifier getReadOnlyBeanNotifier()
throws RemoteException
- Specified by:
getReadOnlyBeanNotifier in interface ReadOnlyEJBHome
- Throws:
RemoteException
_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 interface ReadOnlyEJBHome
- Throws:
RemoteException
_refresh_All
public void _refresh_All()
throws RemoteException
- Specified by:
_refresh_All in interface ReadOnlyEJBHome
- Throws:
RemoteException
Copyright © 2012 GlassFish Community. All Rights Reserved.