org.apache.axis.utils
Class SybServiceStats
java.lang.Object
org.apache.axis.utils.SybStats
org.apache.axis.utils.SybServiceStats
- public class SybServiceStats
- extends SybStats
Methods inherited from class org.apache.axis.utils.SybStats |
disableStats, enableStats, getAvgRequestTime, getEnabledTime, getLastRequestTime, getLastRequestTimestamp, getMaxRequestTime, getMinRequestTime, getTotalEnabledTime, getTotalRequests, getTotalRequestTime, incRequest, isEnabled |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SybServiceStats
public SybServiceStats()
resetStats
public void resetStats()
- Overrides:
resetStats
in class SybStats
incRequest
public void incRequest(boolean failed,
long requestTime,
long exTime,
long inputBytes,
long outputBytes)
getFailedRequests
public long getFailedRequests()
getInputBytes
public long getInputBytes()
getOutputBytes
public long getOutputBytes()
getLastInputBytes
public long getLastInputBytes()
getLastOutputBytes
public long getLastOutputBytes()
getLastInputTimestamp
public long getLastInputTimestamp()
getLastOutputTimestamp
public long getLastOutputTimestamp()
Copyright © 2003 Apache Web Services Project. A ll Rights Reserved.