public interface ReadOnlyBeanLocalNotifier
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.
|
void refresh(Object primaryKey)
The
- primary of the local bean to be refreshedvoid refreshAll()
Copyright © 2020. All rights reserved.