|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface JSyncListener
A JSync event gets fired whenever a JoinMessage, a Disjoin or an update message is processed.
| Field Summary | |
|---|---|
static java.lang.String |
REVISION
|
| Method Summary | |
|---|---|
void |
handleDisjoin(ReplicaInfo ri)
This method gets called when a DisjoinMessage has been successfully processed |
void |
handleJoin(ReplicaInfo ri)
This method gets called when a JoinMessage has been successfully processed |
void |
handleUpdate(ReplicaInfo ri)
This method gets called when an UpdateMessage has been successfully processed |
| Field Detail |
|---|
static final java.lang.String REVISION
| Method Detail |
|---|
void handleJoin(ReplicaInfo ri)
ri - the ReplicaInfovoid handleDisjoin(ReplicaInfo ri)
ri - the ReplicaInfovoid handleUpdate(ReplicaInfo ri)
ri - the ReplicaInfo
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||