org.apache.axis.utils
Class SybCollectionStats

java.lang.Object
  extended byorg.apache.axis.utils.SybStats
      extended byorg.apache.axis.utils.SybCollectionStats

public class SybCollectionStats
extends SybStats

Each AxisServlet instance represent one collection. This ServletStat is attached to a servlet which means that it represents the statistics of a collection.


Constructor Summary
SybCollectionStats()
           
 
Method Summary
 long getNoServiceRequests()
           
 void incRequest(boolean isNoServiceRequest, long requestTime, long doneTime)
           
 void resetStats()
           
 
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
 

Constructor Detail

SybCollectionStats

public SybCollectionStats()
Method Detail

resetStats

public void resetStats()
Overrides:
resetStats in class SybStats

getNoServiceRequests

public long getNoServiceRequests()

incRequest

public void incRequest(boolean isNoServiceRequest,
                       long requestTime,
                       long doneTime)


Copyright © 2003 Apache Web Services Project. A ll Rights Reserved.