Class ClusterAdminStub
- java.lang.Object
-
- org.apache.axis2.client.Stub
-
- org.wso2.carbon.cluster.mgt.admin.stub.ClusterAdminStub
-
- All Implemented Interfaces:
ClusterAdmin
public class ClusterAdminStub extends org.apache.axis2.client.Stub implements ClusterAdmin
-
-
Field Summary
Fields Modifier and Type Field Description protected org.apache.axis2.description.AxisOperation[]_operations
-
Constructor Summary
Constructors Constructor Description ClusterAdminStub()Default ConstructorClusterAdminStub(String targetEndpoint)Constructor taking the target endpointClusterAdminStub(org.apache.axis2.context.ConfigurationContext configurationContext)Default ConstructorClusterAdminStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint)Constructor that takes in a configContextClusterAdminStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint, boolean useSeparateListener)Constructor that takes in a configContext and useseperate listner
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidendClusterMaintenance()Auto generated method signaturevoidendGroupMaintenance(String groupName45)Auto generated method signatureGroup[]getGroups()Auto generated method signatureGroupMember[]getMembers(String groupName55)Auto generated method signaturevoidrestartCluster()Auto generated method signaturevoidrestartClusterGracefully()Auto generated method signaturevoidrestartGroup(String groupName50)Auto generated method signaturevoidrestartGroupGracefully(String groupName63)Auto generated method signaturevoidshutdownCluster()Auto generated method signaturevoidshutdownClusterGracefully()Auto generated method signaturevoidshutdownGroup(String groupName40)Auto generated method signaturevoidshutdownGroupGracefully(String groupName42)Auto generated method signaturevoidstartClusterMaintenance()Auto generated method signaturevoidstartgetGroups(ClusterAdminCallbackHandler callback)Auto generated method signature for Asynchronous InvocationsvoidstartgetMembers(String groupName55, ClusterAdminCallbackHandler callback)Auto generated method signature for Asynchronous InvocationsvoidstartGroupMaintenance(String groupName47)Auto generated method signature-
Methods inherited from class org.apache.axis2.client.Stub
_getServiceClient, _setServiceClient, addAnonymousOperations, addHeader, addHeader, addHttpHeader, addPropertyToOperationClient, addPropertyToOperationClient, addPropertyToOperationClient, cleanup, createEnvelope, finalize, getFactory, setMustUnderstand, setServiceClientEPR
-
-
-
-
Constructor Detail
-
ClusterAdminStub
public ClusterAdminStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint) throws org.apache.axis2.AxisFaultConstructor that takes in a configContext- Throws:
org.apache.axis2.AxisFault
-
ClusterAdminStub
public ClusterAdminStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint, boolean useSeparateListener) throws org.apache.axis2.AxisFaultConstructor that takes in a configContext and useseperate listner- Throws:
org.apache.axis2.AxisFault
-
ClusterAdminStub
public ClusterAdminStub(org.apache.axis2.context.ConfigurationContext configurationContext) throws org.apache.axis2.AxisFaultDefault Constructor- Throws:
org.apache.axis2.AxisFault
-
ClusterAdminStub
public ClusterAdminStub() throws org.apache.axis2.AxisFaultDefault Constructor- Throws:
org.apache.axis2.AxisFault
-
ClusterAdminStub
public ClusterAdminStub(String targetEndpoint) throws org.apache.axis2.AxisFault
Constructor taking the target endpoint- Throws:
org.apache.axis2.AxisFault
-
-
Method Detail
-
shutdownGroup
public void shutdownGroup(String groupName40) throws RemoteException, Exception
Auto generated method signature- Specified by:
shutdownGroupin interfaceClusterAdmin- Throws:
Exception- :RemoteException
-
shutdownGroupGracefully
public void shutdownGroupGracefully(String groupName42) throws RemoteException, Exception
Auto generated method signature- Specified by:
shutdownGroupGracefullyin interfaceClusterAdmin- Throws:
Exception- :RemoteException
-
restartCluster
public void restartCluster() throws RemoteException, ExceptionAuto generated method signature- Specified by:
restartClusterin interfaceClusterAdmin- Throws:
Exception- :RemoteException
-
endGroupMaintenance
public void endGroupMaintenance(String groupName45) throws RemoteException, Exception
Auto generated method signature- Specified by:
endGroupMaintenancein interfaceClusterAdmin- Throws:
Exception- :RemoteException
-
startGroupMaintenance
public void startGroupMaintenance(String groupName47) throws RemoteException, Exception
Auto generated method signature- Specified by:
startGroupMaintenancein interfaceClusterAdmin- Throws:
Exception- :RemoteException
-
startClusterMaintenance
public void startClusterMaintenance() throws RemoteException, ExceptionAuto generated method signature- Specified by:
startClusterMaintenancein interfaceClusterAdmin- Throws:
Exception- :RemoteException
-
restartGroup
public void restartGroup(String groupName50) throws RemoteException, Exception
Auto generated method signature- Specified by:
restartGroupin interfaceClusterAdmin- Throws:
Exception- :RemoteException
-
shutdownClusterGracefully
public void shutdownClusterGracefully() throws RemoteException, ExceptionAuto generated method signature- Specified by:
shutdownClusterGracefullyin interfaceClusterAdmin- Throws:
Exception- :RemoteException
-
restartClusterGracefully
public void restartClusterGracefully() throws RemoteException, ExceptionAuto generated method signature- Specified by:
restartClusterGracefullyin interfaceClusterAdmin- Throws:
Exception- :RemoteException
-
shutdownCluster
public void shutdownCluster() throws RemoteException, ExceptionAuto generated method signature- Specified by:
shutdownClusterin interfaceClusterAdmin- Throws:
Exception- :RemoteException
-
getMembers
public GroupMember[] getMembers(String groupName55) throws RemoteException, Exception
Auto generated method signature- Specified by:
getMembersin interfaceClusterAdmin- Parameters:
getMembers54-- Throws:
Exception- :RemoteException- See Also:
ClusterAdmin.getMembers(java.lang.String)
-
startgetMembers
public void startgetMembers(String groupName55, ClusterAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Specified by:
startgetMembersin interfaceClusterAdmin- Parameters:
getMembers54-- Throws:
RemoteException- See Also:
ClusterAdmin.startgetMembers(java.lang.String, org.wso2.carbon.cluster.mgt.admin.stub.ClusterAdminCallbackHandler)
-
getGroups
public Group[] getGroups() throws RemoteException, Exception
Auto generated method signature- Specified by:
getGroupsin interfaceClusterAdmin- Throws:
Exception- :RemoteException- See Also:
ClusterAdmin.getGroups()
-
startgetGroups
public void startgetGroups(ClusterAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Specified by:
startgetGroupsin interfaceClusterAdmin- Throws:
RemoteException- See Also:
ClusterAdmin.startgetGroups(org.wso2.carbon.cluster.mgt.admin.stub.ClusterAdminCallbackHandler)
-
endClusterMaintenance
public void endClusterMaintenance() throws RemoteException, ExceptionAuto generated method signature- Specified by:
endClusterMaintenancein interfaceClusterAdmin- Throws:
Exception- :RemoteException
-
restartGroupGracefully
public void restartGroupGracefully(String groupName63) throws RemoteException, Exception
Auto generated method signature- Specified by:
restartGroupGracefullyin interfaceClusterAdmin- Throws:
Exception- :RemoteException
-
-