|
|||||||||
| Home >> All >> org >> jboss >> ha >> framework >> [ interfaces overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.jboss.ha.framework.interfaces
Interface DistributedReplicantManager.ReplicantListener

- 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
|
|||||||||
| Home >> All >> org >> jboss >> ha >> framework >> [ interfaces overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC