com.sun.ejb.containers
Class ReadOnlyEJBHomeImpl

java.lang.Object
  extended by com.sun.ejb.containers.EJBHomeImpl
      extended by 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

Field Summary
 
Fields inherited from class com.sun.ejb.containers.EJBHomeImpl
_logger
 
Constructor Summary
ReadOnlyEJBHomeImpl()
           
 
Method Summary
 void _refresh_All()
           
 void _refresh_com_sun_ejb_containers_read_only_bean_(Object primaryKey)
           
 ReadOnlyBeanNotifier getReadOnlyBeanNotifier()
           
 
Methods inherited from class com.sun.ejb.containers.EJBHomeImpl
createEJBObjectImpl, createRemoteBusinessObjectImpl, getContainer, getEJBHome, getEJBMetaData, getHomeHandle, remove, remove
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
 

Constructor Detail

ReadOnlyEJBHomeImpl

public ReadOnlyEJBHomeImpl()
                    throws RemoteException
Throws:
RemoteException
Method Detail

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.