org.objectweb.dream.protocol.utobcast
Interface ProcessMembershipUpdateNotification

All Known Implementing Classes:
LeaderFaultForwarderImpl

public interface ProcessMembershipUpdateNotification

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

ITF_NAME

public static final String ITF_NAME
The commonly used name to refer to this interface.

See Also:
Constant Field Values
Method Detail

newLeader

public void newLeader(Process leader)
Notifies the component that a new leader has been elected.

Parameters:
leader - the new leader.

newBackup

public void newBackup(Process backup)
Notifies the component that a new backup has been elected.

Parameters:
backup - the new backup.

newProcesses

public void newProcesses(Process[] processes)
Notifies the component that new processes have joined.

Parameters:
processes - the new processes.


Copyright © 2003, 2004 - INRIA Rhone-Alpes - All Rights Reserved.