Class ClusterAdminClient
java.lang.Object
org.wso2.carbon.cluster.mgt.admin.ui.ClusterAdminClient
Web service client for cluster management
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionClusterAdminClient(String cookie, String backendServerURL, org.apache.axis2.context.ConfigurationContext configCtx, Locale locale) -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidendGroupMaintenance(String groupName) org.wso2.carbon.cluster.mgt.admin.stub.types.carbon.Group[]org.wso2.carbon.cluster.mgt.admin.stub.types.carbon.GroupMember[]getMembers(String groupName) voidvoidvoidrestartGroup(String groupName) voidrestartGroupGracefully(String groupName) voidvoidvoidshutdownGroup(String groupName) voidshutdownGroupGracefully(String groupName) voidvoidstartGroupMaintenance(String groupName)
-
Field Details
-
stub
public org.wso2.carbon.cluster.mgt.admin.stub.ClusterAdminStub stub
-
-
Constructor Details
-
Method Details
-
getGroups
- Throws:
Exception
-
getMembers
public org.wso2.carbon.cluster.mgt.admin.stub.types.carbon.GroupMember[] getMembers(String groupName) throws Exception - Throws:
Exception
-
shutdownGroup
- Throws:
Exception
-
shutdownGroupGracefully
- Throws:
Exception
-
restartGroup
- Throws:
Exception
-
restartGroupGracefully
- Throws:
Exception
-
shutdownCluster
- Throws:
Exception
-
shutdownClusterGracefully
- Throws:
Exception
-
restartCluster
- Throws:
Exception
-
restartClusterGracefully
- Throws:
Exception
-
startGroupMaintenance
- Throws:
Exception
-
endGroupMaintenance
- Throws:
Exception
-
startClusterMaintenance
- Throws:
Exception
-
endClusterMaintenance
- Throws:
Exception
-