com.atlassian.confluence.cluster.coherence
Class TangosolClusterInformation

java.lang.Object
  extended by com.atlassian.confluence.cluster.coherence.TangosolClusterInformation
All Implemented Interfaces:
ClusterInformation

public class TangosolClusterInformation
extends Object
implements ClusterInformation


Constructor Summary
TangosolClusterInformation(com.tangosol.net.Cluster cluster, com.tangosol.run.xml.XmlElement xmlConfig)
           
 
Method Summary
 String getDescription()
           
 int getMemberCount()
           
 List getMembers()
           
 String getMulticastAddress()
           
 String getMulticastPort()
           
 String getName()
           
 boolean isRunning()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TangosolClusterInformation

public TangosolClusterInformation(com.tangosol.net.Cluster cluster,
                                  com.tangosol.run.xml.XmlElement xmlConfig)
Method Detail

isRunning

public boolean isRunning()
Specified by:
isRunning in interface ClusterInformation

getName

public String getName()
Specified by:
getName in interface ClusterInformation

getDescription

public String getDescription()
Specified by:
getDescription in interface ClusterInformation

getMembers

public List getMembers()
Specified by:
getMembers in interface ClusterInformation
Returns:
a List of Strings with a description of each member of the cluster

getMemberCount

public int getMemberCount()
Specified by:
getMemberCount in interface ClusterInformation
Returns:
the number of members in the cluster

getMulticastAddress

public String getMulticastAddress()
Specified by:
getMulticastAddress in interface ClusterInformation
Returns:
the multicast listener address for the cluster as a dotted decimal IPv4 address

getMulticastPort

public String getMulticastPort()
Specified by:
getMulticastPort in interface ClusterInformation
Returns:
the multicast listener port for the cluster

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2003-2012 Atlassian. All Rights Reserved.