org.jgroups.jmx.protocols.pbcast
Interface FLUSHMBean
- All Superinterfaces:
- ProtocolMBean
- All Known Implementing Classes:
- FLUSH
public interface FLUSHMBean
- extends ProtocolMBean
- Version:
- $Id$
- Author:
- Vladimir Blagojevic
Methods inherited from interface org.jgroups.jmx.ProtocolMBean |
create, destroy, dumpStats, getDownThread, getName, getPropertiesAsString, getStatsEnabled, getUpThread, printStats, resetStats, setObserver, setProperties, setStatsEnabled, start, stop |
getAverageFlushDuration
double getAverageFlushDuration()
getTotalTimeInFlush
long getTotalTimeInFlush()
getNumberOfFlushes
int getNumberOfFlushes()
startFlush
boolean startFlush(long timeout)
stopFlush
void stopFlush()
Copyright ? 1998-2006 Bela Ban. All Rights Reserved.