Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.jboss.ha.framework.interfaces
Interface DistributedReplicantManager.ReplicantListener  view DistributedReplicantManager.ReplicantListener download DistributedReplicantManager.ReplicantListener.java

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(java.lang.String key, java.util.List newReplicants, int newReplicantsViewId)
          Callback called when the content/list of replicant for a given replicant key has changed
 

Method Detail

replicantsChanged

public void replicantsChanged(java.lang.String key,
                              java.util.List newReplicants,
                              int newReplicantsViewId)
Callback called when the content/list of replicant for a given replicant key has changed