org.mule.config
Class NullClusterConfiguration

java.lang.Object
  extended by org.mule.config.NullClusterConfiguration
All Implemented Interfaces:
ClusterConfiguration

public class NullClusterConfiguration
extends Object
implements ClusterConfiguration

Empty cluster configuration to be used when the instance does not belong to a cluster


Constructor Summary
NullClusterConfiguration()
           
 
Method Summary
 String getClusterId()
           
 int getClusterNodeId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullClusterConfiguration

public NullClusterConfiguration()
Method Detail

getClusterId

public String getClusterId()
Specified by:
getClusterId in interface ClusterConfiguration
Returns:
the unique identifier for the cluster this mule instance belongs to

getClusterNodeId

public int getClusterNodeId()
Specified by:
getClusterNodeId in interface ClusterConfiguration
Returns:
the unique identifier for this instance within the mule cluster


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