Package org.apache.coyote
Class RequestGroupInfo
java.lang.Object
org.apache.tomcat.util.modeler.BaseModelMBean
org.apache.coyote.RequestGroupInfo
- All Implemented Interfaces:
DynamicMBean
,MBeanRegistration
,ModelMBeanNotificationBroadcaster
,NotificationBroadcaster
Only as a JMX artifact, to aggregate the data collected from each RequestProcessor thread.
-
Field Summary
Fields inherited from class org.apache.tomcat.util.modeler.BaseModelMBean
attributeBroadcaster, generalBroadcaster, managedBean, oname, resource, resourceType
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
long
long
int
long
long
int
void
void
void
setBytesReceived
(long bytesReceived) void
setBytesSent
(long bytesSent) void
setErrorCount
(int errorCount) void
setMaxTime
(long maxTime) void
setProcessingTime
(long totalTime) void
setRequestCount
(int requestCount) Methods inherited from class org.apache.tomcat.util.modeler.BaseModelMBean
addAttributeChangeNotificationListener, addNotificationListener, getAttribute, getAttributes, getClassName, getJmxName, getManagedResource, getMBeanInfo, getModelerType, getNotificationInfo, getObjectName, invoke, postDeregister, postRegister, preDeregister, preRegister, removeAttributeChangeNotificationListener, removeNotificationListener, sendAttributeChangeNotification, sendAttributeChangeNotification, sendNotification, sendNotification, setAttribute, setAttributes, setManagedBean, setManagedResource, toString
-
Constructor Details
-
RequestGroupInfo
public RequestGroupInfo()
-
-
Method Details
-
addRequestProcessor
-
removeRequestProcessor
-
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()
-