Package 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.16.1 2009/03/31 14:51:53 belaban Exp $
- Author:
- Bela Ban
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
getMaxInterval()
long
getMinInterval()
boolean
getSuspended()
void
resumeMergeTask()
void
sendMergeSolicitation()
void
setMaxInterval(long l)
void
setMinInterval(long i)
void
suspendMergeTask()
-
Methods inherited from interface org.jgroups.jmx.ProtocolMBean
create, destroy, dumpStats, getName, getPropertiesAsString, getStatsEnabled, printStats, resetStats, setProperties, setStatsEnabled, start, stop
-
-
-
-
Method Detail
-
getMinInterval
long getMinInterval()
-
setMinInterval
void setMinInterval(long i)
-
getMaxInterval
long getMaxInterval()
-
setMaxInterval
void setMaxInterval(long l)
-
getSuspended
boolean getSuspended()
-
suspendMergeTask
void suspendMergeTask()
-
resumeMergeTask
void resumeMergeTask()
-
sendMergeSolicitation
void sendMergeSolicitation()
-
-