org.wso2.carbon.integration.common.admin.client
Class ServerAdminClient

java.lang.Object
  extended by org.wso2.carbon.integration.common.admin.client.ServerAdminClient

public class ServerAdminClient
extends Object


Constructor Summary
ServerAdminClient(String backEndUrl, String sessionCookie)
           
ServerAdminClient(String backEndUrl, String userName, String password)
           
 
Method Summary
 void restart()
           
 void restartGracefully()
           
 void shutdown()
           
 void shutdownGracefully()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServerAdminClient

public ServerAdminClient(String backEndUrl,
                         String sessionCookie)
                  throws org.apache.axis2.AxisFault
Throws:
org.apache.axis2.AxisFault

ServerAdminClient

public ServerAdminClient(String backEndUrl,
                         String userName,
                         String password)
                  throws org.apache.axis2.AxisFault
Throws:
org.apache.axis2.AxisFault
Method Detail

restartGracefully

public void restartGracefully()
                       throws org.wso2.carbon.server.admin.stub.ServerAdminException,
                              RemoteException
Throws:
org.wso2.carbon.server.admin.stub.ServerAdminException
RemoteException

restart

public void restart()
             throws org.wso2.carbon.server.admin.stub.ServerAdminException,
                    RemoteException
Throws:
org.wso2.carbon.server.admin.stub.ServerAdminException
RemoteException

shutdown

public void shutdown()
              throws RemoteException
Throws:
RemoteException

shutdownGracefully

public void shutdownGracefully()
                        throws RemoteException
Throws:
RemoteException


Copyright © 2015 WSO2. All rights reserved.