org.jgroups.jmx.protocols
Interface MERGE2MBean
- All Superinterfaces:
- ProtocolMBean
- All Known Implementing Classes:
- MERGE2
- public interface MERGE2MBean
- extends ProtocolMBean
- Version:
- $Id: MERGE2MBean.java,v 1.1 2005/06/13 11:55:31 belaban Exp $
- Author:
- Bela Ban
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 |
getMinInterval
public long getMinInterval()
setMinInterval
public void setMinInterval(long i)
getMaxInterval
public long getMaxInterval()
setMaxInterval
public void setMaxInterval(long l)
Copyright ? 1998-2005 Bela Ban. All Rights Reserved.