com.sun.ejb.containers
Class ReadOnlyBeanLocalNotifierImpl
java.lang.Object
com.sun.ejb.containers.ReadOnlyBeanLocalNotifierImpl
- All Implemented Interfaces:
- ReadOnlyBeanLocalNotifier
public final class ReadOnlyBeanLocalNotifierImpl
- extends Object
- implements ReadOnlyBeanLocalNotifier, ReadOnlyBeanLocalNotifier
- Author:
- Mahesh Kannan
|
Method Summary |
void |
refresh(Object primaryKey)
This method would be used by the user to manually force the
refresh of read only beans for an application. |
void |
refreshAll()
This method forces *all* primary keys for a read-only bean
to be marked as needing a refresh. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReadOnlyBeanLocalNotifierImpl
public ReadOnlyBeanLocalNotifierImpl(ReadOnlyBeanContainer container)
refresh
public void refresh(Object primaryKey)
- Description copied from interface:
ReadOnlyBeanLocalNotifier
- This method would be used by the user to manually force the
refresh of read only beans for an application. After this method
the next access to the bean, identified by the primary key, will
cause a ejbLoad() to be called on the bean
- Specified by:
refresh in interface ReadOnlyBeanLocalNotifier
refreshAll
public void refreshAll()
- Description copied from interface:
ReadOnlyBeanLocalNotifier
- This method forces *all* primary keys for a read-only bean
to be marked as needing a refresh.
- Specified by:
refreshAll in interface ReadOnlyBeanLocalNotifier
Copyright © 2012 GlassFish Community. All Rights Reserved.