com.atlassian.confluence.rpc.soap.beans
Class RemoteClusterInformation
java.lang.Object
com.atlassian.confluence.rpc.soap.beans.RemoteClusterInformation
- All Implemented Interfaces:
- ClusterInformation
public class RemoteClusterInformation
- extends java.lang.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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RemoteClusterInformation
public RemoteClusterInformation(ClusterInformation ci)
isRunning
public boolean isRunning()
- Specified by:
isRunning
in interface ClusterInformation
getName
public java.lang.String getName()
- Specified by:
getName
in interface ClusterInformation
getDescription
public java.lang.String getDescription()
- Specified by:
getDescription
in interface ClusterInformation
getMembers
public java.util.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 java.lang.String getMulticastAddress()
- Specified by:
getMulticastAddress
in interface ClusterInformation
- Returns:
- the multicast listener address for the cluster as a dotted decimal IPv4 address
getMulticastPort
public java.lang.String getMulticastPort()
- Specified by:
getMulticastPort
in interface ClusterInformation
- Returns:
- the multicast listener port for the cluster
Copyright © 2003-2013 Atlassian. All Rights Reserved.