Class ServerAdminClient
- java.lang.Object
-
- org.wso2.carbon.integration.common.clients.ServerAdminClient
-
public class ServerAdminClient extends Object
-
-
Constructor Summary
Constructors Constructor Description ServerAdminClient(org.wso2.carbon.automation.engine.context.AutomationContext automationContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrestart()voidrestartGracefully()voidshutdown()voidshutdownGracefully()
-
-
-
Constructor Detail
-
ServerAdminClient
public ServerAdminClient(org.wso2.carbon.automation.engine.context.AutomationContext automationContext) throws org.apache.axis2.AxisFault, XPathExpressionException- Throws:
org.apache.axis2.AxisFaultXPathExpressionException
-
-
Method Detail
-
restartGracefully
public void restartGracefully() throws org.wso2.carbon.server.admin.stub.ServerAdminException, RemoteException- Throws:
org.wso2.carbon.server.admin.stub.ServerAdminExceptionRemoteException
-
restart
public void restart() throws org.wso2.carbon.server.admin.stub.ServerAdminException, RemoteException- Throws:
org.wso2.carbon.server.admin.stub.ServerAdminExceptionRemoteException
-
shutdown
public void shutdown() throws RemoteException- Throws:
RemoteException
-
shutdownGracefully
public void shutdownGracefully() throws RemoteException- Throws:
RemoteException
-
-