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

Method Summary
 long getDesiredAverageGossip()
           
 int getGossipMessages()
           
 long getMaxBytes()
           
 void runMessageGarbageCollection()
           
 void setDesiredAverageGossip(long gossip_interval)
           
 void setMaxBytes(long max_bytes)
           
 
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
 

Method Detail

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.