Methods Summary |
---|
public void | addReadOnlyBeanRefreshEventHandler(long ejbID, java.lang.ClassLoader loader, ReadOnlyBeanRefreshEventHandler handler)Called from ReadOnlyBeanContainer to register itself as a
ReadOnlyBeanRefreshEventHandler.
|
public void | handleRefreshAllRequest(long ejbID)Called from the DistributedReadOnlyBeanNotifier when it receives a (remote)
request to refresh all RO beans
|
public void | handleRefreshRequest(long ejbID, byte[] pkData)Called from the DistributedReadOnlyBeanNotifier when it receives a (remote)
request to refresh a RO bean
|
public void | notifyRefresh(long ejbID, java.lang.Object pk)Called by the container after it has refreshed the RO bean
|
public void | notifyRefreshAll(long ejbID)Called by the container after it has refreshed all RO beans
|
public void | removeReadOnlyBeanRefreshEventHandler(long ejbID)Called from ReadOnlyBeanContainer to unregister itself as a
ReadOnlyBeanRefreshEventHandler. Typically called during undeployment.
|
public void | setDistributedReadOnlyBeanNotifier(DistributedReadOnlyBeanNotifier notifier)This is typically done during appserver startup time. One of the LifeCycle
listeners will create an instance of DistributedReadOnlyBeanNotifier and
register that instance with DistributedReadOnlyBeanService
|