DistributedReadOnlyBeanNotifierpublic interface DistributedReadOnlyBeanNotifier An instance of DistributedReadOnlyBeanNotifier is used to notify other server
instances to refresh a ReadOnly Bean. An instance of
ReadOnlyBeanRefreshEventHandler is used to handle requests received from
other server instances. |
Methods Summary |
---|
public void | notifyRefresh(long ejbID, byte[] pk)This is called by the container after it has called refresh
| public void | notifyRefreshAll(long ejbID)This is called by the container after it has called refresh
|
|