org.jgroups.jmx.protocols.pbcast
Class STABLE
java.lang.Object
org.jgroups.jmx.Protocol
org.jgroups.jmx.protocols.pbcast.STABLE
- All Implemented Interfaces:
- ProtocolMBean, STABLEMBean
public class STABLE
- extends Protocol
- implements STABLEMBean
- Version:
- $Id: STABLE.java,v 1.4 2007/01/09 11:40:16 belaban Exp $
- Author:
- Bela Ban
Methods inherited from class org.jgroups.jmx.Protocol |
create, destroy, dumpStats, getName, getPropertiesAsString, getStatsEnabled, printStats, resetStats, setProperties, setStatsEnabled, start, stop |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.jgroups.jmx.ProtocolMBean |
create, destroy, dumpStats, getName, getPropertiesAsString, getStatsEnabled, printStats, resetStats, setProperties, setStatsEnabled, start, stop |
STABLE
public STABLE()
STABLE
public STABLE(Protocol p)
attachProtocol
public void attachProtocol(Protocol p)
- Overrides:
attachProtocol
in class Protocol
getDesiredAverageGossip
public long getDesiredAverageGossip()
- Specified by:
getDesiredAverageGossip
in interface STABLEMBean
setDesiredAverageGossip
public void setDesiredAverageGossip(long gossip_interval)
- Specified by:
setDesiredAverageGossip
in interface STABLEMBean
getMaxBytes
public long getMaxBytes()
- Specified by:
getMaxBytes
in interface STABLEMBean
setMaxBytes
public void setMaxBytes(long max_bytes)
- Specified by:
setMaxBytes
in interface STABLEMBean
getBytes
public long getBytes()
- Specified by:
getBytes
in interface STABLEMBean
getStableSent
public int getStableSent()
- Specified by:
getStableSent
in interface STABLEMBean
getStableReceived
public int getStableReceived()
- Specified by:
getStableReceived
in interface STABLEMBean
getStabilitySent
public int getStabilitySent()
- Specified by:
getStabilitySent
in interface STABLEMBean
getStabilityReceived
public int getStabilityReceived()
- Specified by:
getStabilityReceived
in interface STABLEMBean
runMessageGarbageCollection
public void runMessageGarbageCollection()
- Specified by:
runMessageGarbageCollection
in interface STABLEMBean
Copyright ? 1998-2008 Bela Ban. All Rights Reserved.