public final class ReadOnlyBeanLocalNotifierImpl extends Object implements ReadOnlyBeanLocalNotifier
| Constructor and Description |
|---|
ReadOnlyBeanLocalNotifierImpl(ReadOnlyBeanContainer container) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public ReadOnlyBeanLocalNotifierImpl(ReadOnlyBeanContainer container)
public void refresh(Object primaryKey)
ReadOnlyBeanLocalNotifierrefresh in interface ReadOnlyBeanLocalNotifierpublic void refreshAll()
ReadOnlyBeanLocalNotifierrefreshAll in interface ReadOnlyBeanLocalNotifierCopyright © 2019. All rights reserved.