public class UpgradeGroupInfo extends BaseModelMBean
attributeBroadcaster, generalBroadcaster, managedBean, oname, resource, resourceType
Constructor and Description |
---|
UpgradeGroupInfo() |
Modifier and Type | Method and Description |
---|---|
void |
addUpgradeInfo(UpgradeInfo ui) |
long |
getBytesReceived() |
long |
getBytesSent() |
long |
getMsgsReceived() |
long |
getMsgsSent() |
void |
removeUpgradeInfo(UpgradeInfo ui) |
void |
resetCounters() |
void |
setBytesReceived(long bytesReceived) |
void |
setBytesSent(long bytesSent) |
void |
setMsgsReceived(long msgsReceived) |
void |
setMsgsSent(long msgsSent) |
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
public void addUpgradeInfo(UpgradeInfo ui)
public void removeUpgradeInfo(UpgradeInfo ui)
public long getBytesReceived()
public void setBytesReceived(long bytesReceived)
public long getBytesSent()
public void setBytesSent(long bytesSent)
public long getMsgsReceived()
public void setMsgsReceived(long msgsReceived)
public long getMsgsSent()
public void setMsgsSent(long msgsSent)
public void resetCounters()
Copyright © 2000-2020 Apache Software Foundation. All Rights Reserved.