@Contract public interface ReadOnlyBeanNotifier extends Remote
| 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 |
setHome(ReadOnlyEJBHome home)
This is an init method for the helper class not to depend on the impl
|
void refresh(Object primaryKey) throws RemoteException
The - primary of the bean to be refreshedRemoteExceptionvoid refreshAll()
throws RemoteException
RemoteExceptionvoid setHome(ReadOnlyEJBHome home) throws RemoteException
RemoteExceptionCopyright © 2019. All rights reserved.