Class ClusterAdminClient

java.lang.Object
org.wso2.carbon.cluster.mgt.admin.ui.ClusterAdminClient

public class ClusterAdminClient extends Object
Web service client for cluster management
  • Field Details

    • stub

      public org.wso2.carbon.cluster.mgt.admin.stub.ClusterAdminStub stub
  • Constructor Details

    • ClusterAdminClient

      public ClusterAdminClient(String cookie, String backendServerURL, org.apache.axis2.context.ConfigurationContext configCtx, Locale locale) throws org.apache.axis2.AxisFault
      Throws:
      org.apache.axis2.AxisFault
  • Method Details

    • getGroups

      public org.wso2.carbon.cluster.mgt.admin.stub.types.carbon.Group[] getGroups() throws Exception
      Throws:
      Exception
    • getMembers

      public org.wso2.carbon.cluster.mgt.admin.stub.types.carbon.GroupMember[] getMembers(String groupName) throws Exception
      Throws:
      Exception
    • shutdownGroup

      public void shutdownGroup(String groupName) throws Exception
      Throws:
      Exception
    • shutdownGroupGracefully

      public void shutdownGroupGracefully(String groupName) throws Exception
      Throws:
      Exception
    • restartGroup

      public void restartGroup(String groupName) throws Exception
      Throws:
      Exception
    • restartGroupGracefully

      public void restartGroupGracefully(String groupName) throws Exception
      Throws:
      Exception
    • shutdownCluster

      public void shutdownCluster() throws Exception
      Throws:
      Exception
    • shutdownClusterGracefully

      public void shutdownClusterGracefully() throws Exception
      Throws:
      Exception
    • restartCluster

      public void restartCluster() throws Exception
      Throws:
      Exception
    • restartClusterGracefully

      public void restartClusterGracefully() throws Exception
      Throws:
      Exception
    • startGroupMaintenance

      public void startGroupMaintenance(String groupName) throws Exception
      Throws:
      Exception
    • endGroupMaintenance

      public void endGroupMaintenance(String groupName) throws Exception
      Throws:
      Exception
    • startClusterMaintenance

      public void startClusterMaintenance() throws Exception
      Throws:
      Exception
    • endClusterMaintenance

      public void endClusterMaintenance() throws Exception
      Throws:
      Exception