| |
|
| java.lang.Object org.wso2.esb.services.tos.ServerStatus
ServerStatus | public class ServerStatus (Code) | | |
Constructor Summary | |
public | ServerStatus(AxisConfiguration axisConfig) |
ServerStatus | public ServerStatus(AxisConfiguration axisConfig) throws AxisFault(Code) | | Generate server status data reading necessary information from the
Axis2 configuration passed in
Parameters: axisConfig - throws: AxisFault - |
getAvgResponseTime | public double getAvgResponseTime()(Code) | | |
getFaultCount | public int getFaultCount()(Code) | | |
getMaxResponseTime | public long getMaxResponseTime()(Code) | | |
getMinResponseTime | public long getMinResponseTime()(Code) | | |
getRequestCount | public int getRequestCount()(Code) | | |
getResponseCount | public int getResponseCount()(Code) | | |
getServiceResponseCount | public int getServiceResponseCount(AxisService axisService) throws AxisFault(Code) | | |
getServices | public int getServices()(Code) | | |
setFaultCount | public void setFaultCount(int faultCount)(Code) | | |
setResponseCount | public void setResponseCount(int responseCount)(Code) | | |
|
|
|