org.apache.axis.utils
Class SybStats
java.lang.Object
org.apache.axis.utils.SybStats
- Direct Known Subclasses:
- SybCollectionStats, SybServiceStats
- public class SybStats
- extends java.lang.Object
SybStats has the statistics for requests and enable time.
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SybStats
public SybStats()
getTotalRequests
public long getTotalRequests()
getMinRequestTime
public long getMinRequestTime()
getMaxRequestTime
public long getMaxRequestTime()
getLastRequestTime
public long getLastRequestTime()
getAvgRequestTime
public long getAvgRequestTime()
getTotalRequestTime
public double getTotalRequestTime()
getLastRequestTimestamp
public long getLastRequestTimestamp()
getEnabledTime
public long getEnabledTime()
getTotalEnabledTime
public long getTotalEnabledTime()
resetStats
public void resetStats()
enableStats
public void enableStats()
disableStats
public void disableStats()
isEnabled
public boolean isEnabled()
incRequest
public void incRequest(long requestTime,
long doneTime)
- Parameters:
requestTime
- The time the request came in milliseconds.
Copyright © 2003 Apache Web Services Project. A ll Rights Reserved.