org.apache.axis.utils
Class SybServiceStats

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

public class SybServiceStats
extends SybStats


Constructor Summary
SybServiceStats()
           
 
Method Summary
 long getFailedRequests()
           
 long getInputBytes()
           
 long getLastInputBytes()
           
 long getLastInputTimestamp()
           
 long getLastOutputBytes()
           
 long getLastOutputTimestamp()
           
 long getOutputBytes()
           
 void incRequest(boolean failed, long requestTime, long exTime, long inputBytes, long outputBytes)
           
 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

SybServiceStats

public SybServiceStats()
Method Detail

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.