org.jgroups.jmx.protocols.pbcast

Interface STABLEMBean

All Superinterfaces:
ProtocolMBean
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 Details

getDesiredAverageGossip

public long getDesiredAverageGossip()

getGossipMessages

public int getGossipMessages()

getMaxBytes

public long getMaxBytes()

runMessageGarbageCollection

public void runMessageGarbageCollection()

setDesiredAverageGossip

public void setDesiredAverageGossip(long gossip_interval)

setMaxBytes

public void setMaxBytes(long max_bytes)

Copyright B) 1998-2005 Bela Ban. All Rights Reserved.