org.wso2.wsas.admin.service.util
Class ServerStatus
java.lang.Object
org.wso2.wsas.admin.service.util.ServerStatus
public class ServerStatus
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServerStatus
public ServerStatus()
throws org.apache.axis2.AxisFault
- Throws:
org.apache.axis2.AxisFault
update
public void update(org.apache.axis2.engine.AxisConfiguration axisConfig)
throws org.apache.axis2.AxisFault
- Throws:
org.apache.axis2.AxisFault
getSystemUpTime
public java.lang.String getSystemUpTime()
getServerStartTime
public java.lang.String getServerStartTime()
getServerName
public java.lang.String getServerName()
getRequestCount
public int getRequestCount()
getServices
public int getServices()
getUsedMemory
public Metric getUsedMemory()
getTotalMemory
public Metric getTotalMemory()
getFaultCount
public int getFaultCount()
getResponseCount
public int getResponseCount()
getAvgResponseTime
public double getAvgResponseTime()
getMinResponseTime
public long getMinResponseTime()
getMaxResponseTime
public long getMaxResponseTime()
getWso2wsasVersion
public java.lang.String getWso2wsasVersion()
setWso2wsasVersion
public void setWso2wsasVersion(java.lang.String wso2wsasVersion)
getJavaVersion
public java.lang.String getJavaVersion()
setJavaVersion
public void setJavaVersion(java.lang.String javaVersion)