public class STATS extends Protocol implements STATSMBean
| Modifier and Type | Method and Description |
|---|---|
void |
attachProtocol(Protocol p) |
long |
getReceivedBytes() |
long |
getReceivedMcastBytes() |
long |
getReceivedMcastMessages() |
long |
getReceivedMessages() |
long |
getReceivedUnicastBytes() |
long |
getReceivedUnicastMessages() |
long |
getSentBytes() |
long |
getSentMcastBytes() |
long |
getSentMcastMessages() |
long |
getSentMessages() |
long |
getSentUnicastBytes() |
long |
getSentUnicastMessages() |
java.lang.String |
printStats() |
create, destroy, dumpStats, getName, getPropertiesAsString, getStatsEnabled, resetStats, setProperties, setStatsEnabled, start, stopclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreate, destroy, dumpStats, getName, getPropertiesAsString, getStatsEnabled, resetStats, setProperties, setStatsEnabled, start, stoppublic STATS()
public STATS(Protocol p)
public void attachProtocol(Protocol p)
attachProtocol in class Protocolpublic long getSentMessages()
getSentMessages in interface STATSMBeanpublic long getSentBytes()
getSentBytes in interface STATSMBeanpublic long getSentUnicastMessages()
getSentUnicastMessages in interface STATSMBeanpublic long getSentUnicastBytes()
getSentUnicastBytes in interface STATSMBeanpublic long getSentMcastMessages()
getSentMcastMessages in interface STATSMBeanpublic long getSentMcastBytes()
getSentMcastBytes in interface STATSMBeanpublic long getReceivedMessages()
getReceivedMessages in interface STATSMBeanpublic long getReceivedBytes()
getReceivedBytes in interface STATSMBeanpublic long getReceivedUnicastMessages()
getReceivedUnicastMessages in interface STATSMBeanpublic long getReceivedUnicastBytes()
getReceivedUnicastBytes in interface STATSMBeanpublic long getReceivedMcastMessages()
getReceivedMcastMessages in interface STATSMBeanpublic long getReceivedMcastBytes()
getReceivedMcastBytes in interface STATSMBeanpublic java.lang.String printStats()
printStats in interface ProtocolMBeanprintStats in interface STATSMBeanprintStats in class ProtocolCopyright ? 1998-2008 Bela Ban. All Rights Reserved.