org.jgroups.jmx.protocols.pbcast
Class STABLE

java.lang.Object
  extended by org.jgroups.jmx.Protocol
      extended by org.jgroups.jmx.protocols.pbcast.STABLE
All 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
create, destroy, dumpStats, getDownThread, getName, getPropertiesAsString, getStatsEnabled, getUpThread, printStats, resetStats, setObserver, setProperties, setStatsEnabled, start, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jgroups.jmx.ProtocolMBean
create, destroy, dumpStats, getDownThread, getName, getPropertiesAsString, getStatsEnabled, getUpThread, printStats, resetStats, setObserver, setProperties, setStatsEnabled, start, stop
 

Constructor Detail

STABLE

public STABLE()

STABLE

public STABLE(Protocol p)
Method Detail

attachProtocol

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

getDesiredAverageGossip

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

setDesiredAverageGossip

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

getMaxBytes

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

setMaxBytes

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

getGossipMessages

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

runMessageGarbageCollection

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


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