public class ClusterAdminStub extends org.apache.axis2.client.Stub implements ClusterAdmin
Modifier and Type | Field and Description |
---|---|
protected org.apache.axis2.description.AxisOperation[] |
_operations |
Constructor and Description |
---|
ClusterAdminStub()
Default Constructor
|
ClusterAdminStub(org.apache.axis2.context.ConfigurationContext configurationContext)
Default Constructor
|
ClusterAdminStub(org.apache.axis2.context.ConfigurationContext configurationContext,
String targetEndpoint)
Constructor that takes in a configContext
|
ClusterAdminStub(org.apache.axis2.context.ConfigurationContext configurationContext,
String targetEndpoint,
boolean useSeparateListener)
Constructor that takes in a configContext and useseperate listner
|
ClusterAdminStub(String targetEndpoint)
Constructor taking the target endpoint
|
Modifier and Type | Method and Description |
---|---|
void |
endClusterMaintenance()
Auto generated method signature
|
void |
endGroupMaintenance(String groupName45)
Auto generated method signature
|
Group[] |
getGroups()
Auto generated method signature
|
GroupMember[] |
getMembers(String groupName55)
Auto generated method signature
|
void |
restartCluster()
Auto generated method signature
|
void |
restartClusterGracefully()
Auto generated method signature
|
void |
restartGroup(String groupName50)
Auto generated method signature
|
void |
restartGroupGracefully(String groupName63)
Auto generated method signature
|
void |
shutdownCluster()
Auto generated method signature
|
void |
shutdownClusterGracefully()
Auto generated method signature
|
void |
shutdownGroup(String groupName40)
Auto generated method signature
|
void |
shutdownGroupGracefully(String groupName42)
Auto generated method signature
|
void |
startClusterMaintenance()
Auto generated method signature
|
void |
startgetGroups(ClusterAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetMembers(String groupName55,
ClusterAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startGroupMaintenance(String groupName47)
Auto generated method signature
|
_getServiceClient, _setServiceClient, addAnonymousOperations, addHeader, addHeader, addHttpHeader, addPropertyToOperationClient, addPropertyToOperationClient, addPropertyToOperationClient, cleanup, createEnvelope, finalize, getFactory, setMustUnderstand, setServiceClientEPR
public ClusterAdminStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public ClusterAdminStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint, boolean useSeparateListener) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public ClusterAdminStub(org.apache.axis2.context.ConfigurationContext configurationContext) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public ClusterAdminStub() throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public ClusterAdminStub(String targetEndpoint) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public void shutdownGroup(String groupName40) throws RemoteException, Exception
shutdownGroup
in interface ClusterAdmin
Exception
- :RemoteException
public void shutdownGroupGracefully(String groupName42) throws RemoteException, Exception
shutdownGroupGracefully
in interface ClusterAdmin
Exception
- :RemoteException
public void restartCluster() throws RemoteException, Exception
restartCluster
in interface ClusterAdmin
Exception
- :RemoteException
public void endGroupMaintenance(String groupName45) throws RemoteException, Exception
endGroupMaintenance
in interface ClusterAdmin
Exception
- :RemoteException
public void startGroupMaintenance(String groupName47) throws RemoteException, Exception
startGroupMaintenance
in interface ClusterAdmin
Exception
- :RemoteException
public void startClusterMaintenance() throws RemoteException, Exception
startClusterMaintenance
in interface ClusterAdmin
Exception
- :RemoteException
public void restartGroup(String groupName50) throws RemoteException, Exception
restartGroup
in interface ClusterAdmin
Exception
- :RemoteException
public void shutdownClusterGracefully() throws RemoteException, Exception
shutdownClusterGracefully
in interface ClusterAdmin
Exception
- :RemoteException
public void restartClusterGracefully() throws RemoteException, Exception
restartClusterGracefully
in interface ClusterAdmin
Exception
- :RemoteException
public void shutdownCluster() throws RemoteException, Exception
shutdownCluster
in interface ClusterAdmin
Exception
- :RemoteException
public GroupMember[] getMembers(String groupName55) throws RemoteException, Exception
getMembers
in interface ClusterAdmin
getMembers54
- Exception
- :RemoteException
ClusterAdmin.getMembers(java.lang.String)
public void startgetMembers(String groupName55, ClusterAdminCallbackHandler callback) throws RemoteException
startgetMembers
in interface ClusterAdmin
getMembers54
- RemoteException
ClusterAdmin.startgetMembers(java.lang.String, org.wso2.carbon.cluster.mgt.admin.stub.ClusterAdminCallbackHandler)
public Group[] getGroups() throws RemoteException, Exception
getGroups
in interface ClusterAdmin
Exception
- :RemoteException
ClusterAdmin.getGroups()
public void startgetGroups(ClusterAdminCallbackHandler callback) throws RemoteException
startgetGroups
in interface ClusterAdmin
RemoteException
ClusterAdmin.startgetGroups(org.wso2.carbon.cluster.mgt.admin.stub.ClusterAdminCallbackHandler)
public void endClusterMaintenance() throws RemoteException, Exception
endClusterMaintenance
in interface ClusterAdmin
Exception
- :RemoteException
public void restartGroupGracefully(String groupName63) throws RemoteException, Exception
restartGroupGracefully
in interface ClusterAdmin
Exception
- :RemoteException
Copyright © 2022 WSO2. All rights reserved.