org.jgroups.jmx.protocols.pbcast
Interface STABLEMBean
- All Superinterfaces:
- ProtocolMBean
- All Known Implementing Classes:
- STABLE
- public interface STABLEMBean
- extends ProtocolMBean
- Version:
- $Id: STABLEMBean.java,v 1.3 2005/08/26 14:19:08 belaban Exp $
- Author:
- Bela Ban
Methods inherited from interface org.jgroups.jmx.ProtocolMBean |
create, destroy, dumpStats, getDownThread, getName, getPropertiesAsString, getStatsEnabled, getUpThread, isTrace, isWarn, printStats, resetStats, setObserver, setProperties, setStatsEnabled, setTrace, setWarn, start, stop |
getDesiredAverageGossip
public long getDesiredAverageGossip()
setDesiredAverageGossip
public void setDesiredAverageGossip(long gossip_interval)
getMaxBytes
public long getMaxBytes()
setMaxBytes
public void setMaxBytes(long max_bytes)
getGossipMessages
public int getGossipMessages()
runMessageGarbageCollection
public void runMessageGarbageCollection()
Copyright ? 1998-2005 Bela Ban. All Rights Reserved.