Class RemoteClusterInformation
java.lang.Object
com.atlassian.confluence.rpc.soap.beans.RemoteClusterInformation
- All Implemented Interfaces:
ClusterInformation
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RemoteClusterInformation
-
-
Method Details
-
isRunning
public boolean isRunning()- Specified by:
isRunning
in interfaceClusterInformation
-
getName
- Specified by:
getName
in interfaceClusterInformation
-
getDescription
- Specified by:
getDescription
in interfaceClusterInformation
-
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
-