org.apache.coyote
Class RequestGroupInfo
java.lang.Object
|
+--org.apache.coyote.RequestGroupInfo
- public class RequestGroupInfo
- extends java.lang.Object
This can be moved to top level ( eventually with a better name ).
It is currently used only as a JMX artifact, to agregate the data
collected from each RequestProcessor thread.
Field Summary |
(package private) java.util.ArrayList |
processors
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
processors
java.util.ArrayList processors
RequestGroupInfo
public RequestGroupInfo()
addRequestProcessor
public void addRequestProcessor(RequestInfo rp)
getMaxTime
public long getMaxTime()
setMaxTime
public void setMaxTime(long maxTime)
getProcessingTime
public long getProcessingTime()
setProcessingTime
public void setProcessingTime(long totalTime)
getRequestCount
public int getRequestCount()
setRequestCount
public void setRequestCount(int requestCount)
getErrorCount
public int getErrorCount()
setErrorCount
public void setErrorCount(int errorCount)
getBytesReceived
public long getBytesReceived()
setBytesReceived
public void setBytesReceived(long bytesReceived)
getBytesSent
public long getBytesSent()
setBytesSent
public void setBytesSent(long bytesSent)
resetCounters
public void resetCounters()
Copyright (c) 2001 - Apache Software Foundation