com.atlassian.confluence.cluster
Interface ClusterInformation

All Known Implementing Classes:
EmptyClusterInformation, RemoteClusterInformation, TangosolClusterInformation

public interface ClusterInformation


Method Summary
 String getDescription()
           
 int getMemberCount()
           
 List getMembers()
           
 String getMulticastAddress()
           
 String getMulticastPort()
           
 String getName()
           
 boolean isRunning()
           
 

Method Detail

isRunning

boolean isRunning()

getName

String getName()

getDescription

String getDescription()

getMembers

List getMembers()
Returns:
a List of Strings with a description of each member of the cluster

getMemberCount

int getMemberCount()
Returns:
the number of members in the cluster

getMulticastAddress

String getMulticastAddress()
Returns:
the multicast listener address for the cluster as a dotted decimal IPv4 address

getMulticastPort

String getMulticastPort()
Returns:
the multicast listener port for the cluster


Copyright © 2003-2011 Atlassian. All Rights Reserved.