@Service public final class ReadOnlyBeanNotifierImpl extends Object implements Serializable, ReadOnlyBeanNotifier
| Constructor and Description |
|---|
ReadOnlyBeanNotifierImpl() |
| 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
|
public ReadOnlyBeanNotifierImpl()
throws RemoteException
RemoteExceptionpublic void setHome(ReadOnlyEJBHome home) throws RemoteException
ReadOnlyBeanNotifiersetHome in interface ReadOnlyBeanNotifierRemoteExceptionpublic void refresh(Object primaryKey) throws RemoteException
ReadOnlyBeanNotifierrefresh in interface ReadOnlyBeanNotifierRemoteExceptionpublic void refreshAll()
throws RemoteException
ReadOnlyBeanNotifierrefreshAll in interface ReadOnlyBeanNotifierRemoteExceptionCopyright © 2017. All rights reserved.