public class ServerAdminClient extends Object
| Constructor and Description |
|---|
ServerAdminClient(String backEndUrl,
String sessionCookie) |
ServerAdminClient(String backEndUrl,
String userName,
String password) |
| Modifier and Type | Method and Description |
|---|---|
void |
restart() |
void |
restartGracefully() |
void |
shutdown() |
void |
shutdownGracefully() |
public ServerAdminClient(String backEndUrl, String sessionCookie) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFaultpublic void restartGracefully()
throws org.wso2.carbon.server.admin.stub.ServerAdminException,
RemoteException
org.wso2.carbon.server.admin.stub.ServerAdminExceptionRemoteExceptionpublic void restart()
throws org.wso2.carbon.server.admin.stub.ServerAdminException,
RemoteException
org.wso2.carbon.server.admin.stub.ServerAdminExceptionRemoteExceptionpublic void shutdown()
throws RemoteException
RemoteExceptionpublic void shutdownGracefully()
throws RemoteException
RemoteExceptionCopyright © 2021 WSO2. All rights reserved.