org.jboss.ha.framework.interfaces
Interface DistributedReplicantManager.ReplicantListener
- All Known Implementing Classes:
- HATarget, JGCacheInvalidationBridge, ProxyFactoryHA, ProxyFactoryHA
- Enclosing interface:
- DistributedReplicantManager
- public static interface DistributedReplicantManager.ReplicantListener
When a particular key in the DistributedReplicantManager table gets modified, all listeners
will be notified of replicant changes for that key.
Method Summary |
void |
replicantsChanged(String key,
List newReplicants,
int newReplicantsViewId)
Callback called when the content/list of replicant for a given replicant key has changed |
replicantsChanged
public void replicantsChanged(String key,
List newReplicants,
int newReplicantsViewId)
- Callback called when the content/list of replicant for a given replicant key has changed
- Parameters:
key
- The name of the key of the replicant that has changednewReplicants
- The list of new replicants for the give replicant keynewReplicantsViewId
- The new replicant view id corresponding to this change
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.