org.apache.ode.bpel.iapi
Interface ClusterAware


public interface ClusterAware

The interface to implement for a custom Scheduler implementation to support Clustering.


Method Summary
 boolean amICoordinator()
          A custom implementation should return true if the node that this method is called is the coordinator of the cluster.
 

Method Detail

amICoordinator

boolean amICoordinator()
A custom implementation should return true if the node that this method is called is the coordinator of the cluster.

Returns:
true when the node is coordinator