public interface CacheManagerNotifier extends Listenable
Modifier and Type | Method and Description |
---|---|
void |
notifyCacheStarted(String cacheName) |
void |
notifyCacheStopped(String cacheName) |
void |
notifyMerge(List<Address> members,
List<Address> oldMembers,
Address myAddress,
int viewId,
List<List<Address>> subgroupsMerged) |
void |
notifyViewChange(List<Address> members,
List<Address> oldMembers,
Address myAddress,
int viewId)
Notifies all registered listeners of a viewChange event.
|
addListener, getListeners, removeListener
void notifyViewChange(List<Address> members, List<Address> oldMembers, Address myAddress, int viewId)
void notifyCacheStarted(String cacheName)
void notifyCacheStopped(String cacheName)
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.