org.mule.config
Interface ClusterConfiguration

All Known Implementing Classes:
NullClusterConfiguration

public interface ClusterConfiguration

Provides the cluster configuration attributes


Method Summary
 String getClusterId()
           
 int getClusterNodeId()
           
 

Method Detail

getClusterId

String getClusterId()
Returns:
the unique identifier for the cluster this mule instance belongs to

getClusterNodeId

int getClusterNodeId()
Returns:
the unique identifier for this instance within the mule cluster


Copyright © 2003-2014 MuleSoft, Inc.. All Rights Reserved.