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
Exception
public org.wso2.carbon.cluster.mgt.admin.stub.types.carbon.GroupMember[] getMembers(String groupName) throws Exception
Exception
public void shutdownGroupGracefully(String groupName) throws Exception
Exception
public void restartGroupGracefully(String groupName) throws Exception
Exception
public void shutdownClusterGracefully() throws Exception
Exception
public void startGroupMaintenance(String groupName) throws Exception
Exception
public void endGroupMaintenance(String groupName) throws Exception
Exception
Copyright © 2018 WSO2. All rights reserved.