com.bea.wlevs.ede.api.cluster
Interface Configuration


public interface Configuration

An interface representing a configuration update of group members. Configuration updates are triggered by membership changes or by users requiring a new group view. This interface is implemented by the multicast message provider.


Method Summary
 Server getCoordinator()
          Returns the Server object of the coordinator for this configuration.
 long getId()
          Returns the unique id of this configuration.
 java.util.SortedSet getMembers()
          Returns a SortedSet containing the Processor objects of the processors in this configuration.
 

Method Detail

getId

public long getId()
Returns the unique id of this configuration.

getMembers

public java.util.SortedSet getMembers()
Returns a SortedSet containing the Processor objects of the processors in this configuration.

getCoordinator

public Server getCoordinator()
Returns the Server object of the coordinator for this configuration.


Copyright © 2007 BEA Systems All Rights Reserved.