Package org.wso2.carbon.server.admin.ui
Class ServerAdminClient
- java.lang.Object
-
- org.wso2.carbon.server.admin.ui.ServerAdminClient
-
- All Implemented Interfaces:
org.wso2.carbon.server.admin.common.IServerAdmin
public class ServerAdminClient extends Object implements org.wso2.carbon.server.admin.common.IServerAdmin
-
-
Constructor Summary
Constructors Constructor Description ServerAdminClient(String serverURL, String userName, String password)ServerAdminClient(org.apache.axis2.context.ConfigurationContext ctx, String serverURL, String cookie, javax.servlet.http.HttpSession session)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.wso2.carbon.server.admin.common.ServerDatagetServerData()booleanrestart()booleanrestartGracefully()booleanshutdown()booleanshutdownGracefully()
-
-
-
Method Detail
-
restart
public boolean restart() throws Exception- Specified by:
restartin interfaceorg.wso2.carbon.server.admin.common.IServerAdmin- Throws:
Exception
-
restartGracefully
public boolean restartGracefully() throws Exception- Specified by:
restartGracefullyin interfaceorg.wso2.carbon.server.admin.common.IServerAdmin- Throws:
Exception
-
shutdown
public boolean shutdown() throws Exception- Specified by:
shutdownin interfaceorg.wso2.carbon.server.admin.common.IServerAdmin- Throws:
Exception
-
shutdownGracefully
public boolean shutdownGracefully() throws Exception- Specified by:
shutdownGracefullyin interfaceorg.wso2.carbon.server.admin.common.IServerAdmin- Throws:
Exception
-
-