Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.jgroups.jmx.Protocol
org.jgroups.jmx.protocols.STATS
Method Summary | |
void | |
long | |
long | |
long | |
long | |
long | |
long | |
long | |
long | |
long | |
long | |
long | |
long | |
String |
Methods inherited from class org.jgroups.jmx.Protocol | |
attachProtocol , create , destroy , dumpStats , getDownThread , getName , getPropertiesAsString , getStatsEnabled , getUpThread , isTrace , isWarn , printStats , resetStats , setObserver , setProperties , setStatsEnabled , setTrace , setWarn , start , stop |
public long getReceivedMcastBytes()
- Specified by:
- getReceivedMcastBytes in interface STATSMBean
public long getReceivedMcastMessages()
- Specified by:
- getReceivedMcastMessages in interface STATSMBean
public long getReceivedMessages()
- Specified by:
- getReceivedMessages in interface STATSMBean
public long getReceivedUnicastBytes()
- Specified by:
- getReceivedUnicastBytes in interface STATSMBean
public long getReceivedUnicastMessages()
- Specified by:
- getReceivedUnicastMessages in interface STATSMBean
public long getSentMcastBytes()
- Specified by:
- getSentMcastBytes in interface STATSMBean
public long getSentMcastMessages()
- Specified by:
- getSentMcastMessages in interface STATSMBean
public long getSentUnicastBytes()
- Specified by:
- getSentUnicastBytes in interface STATSMBean
public long getSentUnicastMessages()
- Specified by:
- getSentUnicastMessages in interface STATSMBean
public String printStats()
- Specified by:
- printStats in interface STATSMBean
- printStats in interface ProtocolMBean
- Overrides:
- printStats in interface Protocol