Package org.apache.coyote.http11.upgrade
Class UpgradeGroupInfo
java.lang.Object
org.apache.tomcat.util.modeler.BaseModelMBean
org.apache.coyote.http11.upgrade.UpgradeGroupInfo
- All Implemented Interfaces:
- DynamicMBean,- MBeanRegistration,- ModelMBeanNotificationBroadcaster,- NotificationBroadcaster
This aggregates the data collected from each UpgradeInfo instance.
- 
Field SummaryFields inherited from class org.apache.tomcat.util.modeler.BaseModelMBeanattributeBroadcaster, generalBroadcaster, managedBean, oname, resource, resourceType
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidlonglonglonglongvoidvoidvoidsetBytesReceived(long bytesReceived) voidsetBytesSent(long bytesSent) voidsetMsgsReceived(long msgsReceived) voidsetMsgsSent(long msgsSent) Methods inherited from class org.apache.tomcat.util.modeler.BaseModelMBeanaddAttributeChangeNotificationListener, 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- 
UpgradeGroupInfopublic UpgradeGroupInfo()
 
- 
- 
Method Details- 
addUpgradeInfo
- 
removeUpgradeInfo
- 
getBytesReceivedpublic long getBytesReceived()
- 
setBytesReceivedpublic void setBytesReceived(long bytesReceived) 
- 
getBytesSentpublic long getBytesSent()
- 
setBytesSentpublic void setBytesSent(long bytesSent) 
- 
getMsgsReceivedpublic long getMsgsReceived()
- 
setMsgsReceivedpublic void setMsgsReceived(long msgsReceived) 
- 
getMsgsSentpublic long getMsgsSent()
- 
setMsgsSentpublic void setMsgsSent(long msgsSent) 
- 
resetCounterspublic void resetCounters()
 
-