org.codehaus.activecluster.election
Interface ElectionStrategy

All Known Implementing Classes:
BullyElectionStrategy

public interface ElectionStrategy

Service Used by the Cluster to elect a coordinator.

Version:
$Revision: 1.1 $

Method Summary
 Node doElection(Cluster cluster)
          Elect a coordinator.
 

Method Detail

doElection

public Node doElection(Cluster cluster)
                throws JMSException
Elect a coordinator.

Parameters:
cluster -
Returns:
the elected Node
Throws:
JMSException


Copyright © 2004-2005 Protique, Ltd.. All Rights Reserved.