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:
- javax.management.DynamicMBean,- javax.management.MBeanRegistration,- javax.management.modelmbean.ModelMBeanNotificationBroadcaster,- javax.management.NotificationBroadcaster
 
 public class UpgradeGroupInfo extends BaseModelMBean This aggregates the data collected from each UpgradeInfo instance.
- 
- 
Field Summary- 
Fields inherited from class org.apache.tomcat.util.modeler.BaseModelMBeanattributeBroadcaster, generalBroadcaster, managedBean, oname, resource, resourceType
 
- 
 - 
Constructor SummaryConstructors Constructor Description UpgradeGroupInfo()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddUpgradeInfo(UpgradeInfo ui)longgetBytesReceived()longgetBytesSent()longgetMsgsReceived()longgetMsgsSent()voidremoveUpgradeInfo(UpgradeInfo ui)voidresetCounters()voidsetBytesReceived(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
 
- 
 
- 
- 
- 
Method Detail- 
addUpgradeInfopublic void addUpgradeInfo(UpgradeInfo ui) 
 - 
removeUpgradeInfopublic void removeUpgradeInfo(UpgradeInfo ui) 
 - 
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() 
 
- 
 
-