org.jgroups.jmx.protocols
Interface STATSMBean
- All Superinterfaces:
- ProtocolMBean
- All Known Implementing Classes:
- STATS
- public interface STATSMBean
- extends ProtocolMBean
- Version:
- $Id: STATSMBean.java,v 1.1 2005/06/07 10:17:26 belaban Exp $
- Author:
- Bela Ban
Methods inherited from interface org.jgroups.jmx.ProtocolMBean |
create, destroy, dumpStats, getDownThread, getName, getPropertiesAsString, getStatsEnabled, getUpThread, isTrace, isWarn, resetStats, setObserver, setProperties, setStatsEnabled, setTrace, setWarn, start, stop |
getSentMessages
public long getSentMessages()
getSentBytes
public long getSentBytes()
getSentUnicastMessages
public long getSentUnicastMessages()
getSentUnicastBytes
public long getSentUnicastBytes()
getSentMcastMessages
public long getSentMcastMessages()
getSentMcastBytes
public long getSentMcastBytes()
getReceivedMessages
public long getReceivedMessages()
getReceivedBytes
public long getReceivedBytes()
getReceivedUnicastMessages
public long getReceivedUnicastMessages()
getReceivedUnicastBytes
public long getReceivedUnicastBytes()
getReceivedMcastMessages
public long getReceivedMcastMessages()
getReceivedMcastBytes
public long getReceivedMcastBytes()
printStats
public java.lang.String printStats()
- Specified by:
printStats
in interface ProtocolMBean
Copyright ? 1998-2005 Bela Ban. All Rights Reserved.