Class RemoteClusterInformation
java.lang.Object
com.atlassian.confluence.rpc.soap.beans.RemoteClusterInformation
- All Implemented Interfaces:
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
-
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
-
getClusterJoinConfig
- Specified by:
getClusterJoinConfig
in interfaceClusterInformation
-