|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface defines methods for being notified about ProcessMembership updates.
Field Summary | |
static String |
ITF_NAME
The commonly used name to refer to this interface. |
Method Summary | |
void |
newBackup(Process backup)
Notifies the component that a new backup has been elected. |
void |
newLeader(Process leader)
Notifies the component that a new leader has been elected. |
void |
newProcesses(Process[] processes)
Notifies the component that new processes have joined. |
Field Detail |
public static final String ITF_NAME
Method Detail |
public void newLeader(Process leader)
leader
- the new leader.public void newBackup(Process backup)
backup
- the new backup.public void newProcesses(Process[] processes)
processes
- the new processes.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |