public class ClusterAdminClient extends Object
| Modifier and Type | Field and Description |
|---|---|
org.wso2.carbon.cluster.mgt.admin.stub.ClusterAdminStub |
stub |
| Constructor and Description |
|---|
ClusterAdminClient(String cookie,
String backendServerURL,
org.apache.axis2.context.ConfigurationContext configCtx,
Locale locale) |
| Modifier and Type | Method and Description |
|---|---|
void |
endClusterMaintenance() |
void |
endGroupMaintenance(String groupName) |
org.wso2.carbon.cluster.mgt.admin.stub.types.carbon.Group[] |
getGroups() |
org.wso2.carbon.cluster.mgt.admin.stub.types.carbon.GroupMember[] |
getMembers(String groupName) |
void |
restartCluster() |
void |
restartClusterGracefully() |
void |
restartGroup(String groupName) |
void |
restartGroupGracefully(String groupName) |
void |
shutdownCluster() |
void |
shutdownClusterGracefully() |
void |
shutdownGroup(String groupName) |
void |
shutdownGroupGracefully(String groupName) |
void |
startClusterMaintenance() |
void |
startGroupMaintenance(String groupName) |
public org.wso2.carbon.cluster.mgt.admin.stub.types.carbon.Group[] getGroups()
throws Exception
Exceptionpublic org.wso2.carbon.cluster.mgt.admin.stub.types.carbon.GroupMember[] getMembers(String groupName) throws Exception
Exceptionpublic void shutdownGroupGracefully(String groupName) throws Exception
Exceptionpublic void restartGroupGracefully(String groupName) throws Exception
Exceptionpublic void shutdownClusterGracefully()
throws Exception
Exceptionpublic void startGroupMaintenance(String groupName) throws Exception
Exceptionpublic void endGroupMaintenance(String groupName) throws Exception
ExceptionCopyright © 2022 WSO2. All rights reserved.