| |
|
| java.lang.Object org.apache.coyote.RequestGroupInfo
RequestGroupInfo | public class RequestGroupInfo (Code) | | 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.
|
addRequestProcessor | public synchronized void addRequestProcessor(RequestInfo rp)(Code) | | |
getBytesReceived | public synchronized long getBytesReceived()(Code) | | |
getBytesSent | public synchronized long getBytesSent()(Code) | | |
getErrorCount | public synchronized int getErrorCount()(Code) | | |
getMaxTime | public synchronized long getMaxTime()(Code) | | |
getProcessingTime | public synchronized long getProcessingTime()(Code) | | |
getRequestCount | public synchronized int getRequestCount()(Code) | | |
removeRequestProcessor | public synchronized void removeRequestProcessor(RequestInfo rp)(Code) | | |
resetCounters | public void resetCounters()(Code) | | |
setBytesReceived | public synchronized void setBytesReceived(long bytesReceived)(Code) | | |
setBytesSent | public synchronized void setBytesSent(long bytesSent)(Code) | | |
setErrorCount | public synchronized void setErrorCount(int errorCount)(Code) | | |
setMaxTime | public synchronized void setMaxTime(long maxTime)(Code) | | |
setProcessingTime | public synchronized void setProcessingTime(long totalTime)(Code) | | |
setRequestCount | public synchronized void setRequestCount(int requestCount)(Code) | | |
|
|
|