org.jgroups.jmx.protocols.pbcast
Class FLUSH

java.lang.Object
  extended by org.jgroups.jmx.Protocol
      extended by org.jgroups.jmx.protocols.pbcast.FLUSH
All Implemented Interfaces:
ProtocolMBean, FLUSHMBean

public class FLUSH
extends Protocol
implements FLUSHMBean

Version:
$Id$
Author:
Vladimir Blagojevic

Constructor Summary
FLUSH()
           
FLUSH(Protocol p)
           
 
Method Summary
 void attachProtocol(Protocol p)
           
 double getAverageFlushDuration()
           
 int getNumberOfFlushes()
           
 long getTotalTimeInFlush()
           
 boolean startFlush(long timeout)
           
 void stopFlush()
           
 
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

FLUSH

public FLUSH()

FLUSH

public FLUSH(Protocol p)
Method Detail

attachProtocol

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

getAverageFlushDuration

public double getAverageFlushDuration()
Specified by:
getAverageFlushDuration in interface FLUSHMBean

getTotalTimeInFlush

public long getTotalTimeInFlush()
Specified by:
getTotalTimeInFlush in interface FLUSHMBean

getNumberOfFlushes

public int getNumberOfFlushes()
Specified by:
getNumberOfFlushes in interface FLUSHMBean

startFlush

public boolean startFlush(long timeout)
Specified by:
startFlush in interface FLUSHMBean

stopFlush

public void stopFlush()
Specified by:
stopFlush in interface FLUSHMBean


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