org.jgroups.jmx.protocols.pbcast

Class STABLE

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

Constructor Summary

STABLE()
STABLE(Protocol p)

Method Summary

void
attachProtocol(Protocol p)
long
getDesiredAverageGossip()
int
getGossipMessages()
long
getMaxBytes()
void
runMessageGarbageCollection()
void
setDesiredAverageGossip(long gossip_interval)
void
setMaxBytes(long max_bytes)

Methods inherited from class org.jgroups.jmx.Protocol

attachProtocol, create, destroy, dumpStats, getDownThread, getName, getPropertiesAsString, getStatsEnabled, getUpThread, isTrace, isWarn, printStats, resetStats, setObserver, setProperties, setStatsEnabled, setTrace, setWarn, start, stop

Constructor Details

STABLE

public STABLE()

STABLE

public STABLE(Protocol p)

Method Details

attachProtocol

public void attachProtocol(Protocol p)
Overrides:
attachProtocol in interface Protocol

getDesiredAverageGossip

public long getDesiredAverageGossip()
Specified by:
getDesiredAverageGossip in interface STABLEMBean

getGossipMessages

public int getGossipMessages()
Specified by:
getGossipMessages in interface STABLEMBean

getMaxBytes

public long getMaxBytes()
Specified by:
getMaxBytes in interface STABLEMBean

runMessageGarbageCollection

public void runMessageGarbageCollection()
Specified by:
runMessageGarbageCollection in interface STABLEMBean

setDesiredAverageGossip

public void setDesiredAverageGossip(long gossip_interval)
Specified by:
setDesiredAverageGossip in interface STABLEMBean

setMaxBytes

public void setMaxBytes(long max_bytes)
Specified by:
setMaxBytes in interface STABLEMBean

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