Class RemoteClusterInformation
- java.lang.Object
-
- 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
Constructors Constructor Description RemoteClusterInformation(ClusterInformation ci)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ClusterJoinConfig
getClusterJoinConfig()
String
getDescription()
int
getMemberCount()
List<String>
getMembers()
String
getName()
boolean
isRunning()
-
-
-
Constructor Detail
-
RemoteClusterInformation
public RemoteClusterInformation(ClusterInformation ci)
-
-
Method Detail
-
isRunning
public boolean isRunning()
- Specified by:
isRunning
in interfaceClusterInformation
-
getName
public String getName()
- Specified by:
getName
in interfaceClusterInformation
-
getDescription
public String getDescription()
- Specified by:
getDescription
in interfaceClusterInformation
-
getMembers
public List<String> getMembers()
- Specified by:
getMembers
in interfaceClusterInformation
- Returns:
- a List of Strings with a description of each member of the cluster
-
getMemberCount
public int getMemberCount()
- Specified by:
getMemberCount
in interfaceClusterInformation
- Returns:
- the number of members in the cluster
-
getClusterJoinConfig
public ClusterJoinConfig getClusterJoinConfig()
- Specified by:
getClusterJoinConfig
in interfaceClusterInformation
-
-