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

long getDesiredAverageGossip()

setDesiredAverageGossip

void setDesiredAverageGossip(long gossip_interval)

getMaxBytes

long getMaxBytes()

setMaxBytes

void setMaxBytes(long max_bytes)

getGossipMessages

int getGossipMessages()

runMessageGarbageCollection

void runMessageGarbageCollection()


Copyright ? 1998-2005 Bela Ban. All Rights Reserved.