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.3 2005/08/26 14:19:08 belaban Exp $
- Author:
- Bela Ban
Methods inherited from class org.jgroups.jmx.Protocol |
create, destroy, dumpStats, getDownThread, getName, getPropertiesAsString, getStatsEnabled, getUpThread, printStats, resetStats, setObserver, 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, getDownThread, getName, getPropertiesAsString, getStatsEnabled, getUpThread, printStats, resetStats, setObserver, 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
getGossipMessages
public int getGossipMessages()
- Specified by:
getGossipMessages
in interface STABLEMBean
runMessageGarbageCollection
public void runMessageGarbageCollection()
- Specified by:
runMessageGarbageCollection
in interface STABLEMBean
Copyright ? 1998-2006 Bela Ban. All Rights Reserved.