com.atlassian.confluence.rpc.soap.beans
Class RemoteClusterInformation

java.lang.Object
  extended by com.atlassian.confluence.rpc.soap.beans.RemoteClusterInformation
All Implemented Interfaces:
ClusterInformation

public class RemoteClusterInformation
extends Object
implements ClusterInformation

Created by IntelliJ IDEA. User: Tomd Date: 30/10/2006 Time: 11:14:22 To change this template use File | Settings | File Templates.


Constructor Summary
RemoteClusterInformation(ClusterInformation ci)
           
 
Method Summary
 String getDescription()
           
 int getMemberCount()
           
 List getMembers()
           
 String getMulticastAddress()
           
 String getMulticastPort()
           
 String getName()
           
 boolean isRunning()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteClusterInformation

public RemoteClusterInformation(ClusterInformation ci)
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


Copyright © 2003-2012 Atlassian. All Rights Reserved.