org.wso2.wsas.admin.service
Class ServerAdmin

java.lang.Object
  extended byorg.wso2.wsas.admin.service.AbstractAdmin
      extended byorg.wso2.wsas.admin.service.ServerAdmin

public class ServerAdmin
extends AbstractAdmin

Admin service to manage server related operations


Field Summary
 
Fields inherited from class org.wso2.wsas.admin.service.AbstractAdmin
axisConfig, configCtx
 
Constructor Summary
ServerAdmin()
           
 
Method Summary
 int getHttpPort()
           
 ServerData getServerData()
           
 ServerStatus getStatus()
           
 void restart()
           
 void save()
           
 
Methods inherited from class org.wso2.wsas.admin.service.AbstractAdmin
getAxisConfig, getConfigContext, init, setAxisConfig, setConfigContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServerAdmin

public ServerAdmin()
Method Detail

getServerData

public ServerData getServerData()
                         throws org.apache.axis2.AxisFault
Throws:
org.apache.axis2.AxisFault

getStatus

public ServerStatus getStatus()
                       throws org.apache.axis2.AxisFault
Throws:
org.apache.axis2.AxisFault

restart

public void restart()
             throws org.apache.axis2.AxisFault
Throws:
org.apache.axis2.AxisFault

save

public void save()
          throws org.apache.axis2.AxisFault
Throws:
org.apache.axis2.AxisFault

getHttpPort

public int getHttpPort()
                throws org.apache.axis2.AxisFault
Throws:
org.apache.axis2.AxisFault