Package org.jgroups.jmx.protocols
Interface MERGE2MBean
- All Superinterfaces:
ProtocolMBean
- All Known Implementing Classes:
MERGE2
- Version:
- $Id: MERGE2MBean.java,v 1.1.16.1 2009/03/31 14:51:53 belaban Exp $
- Author:
- Bela Ban
-
Method Summary
Modifier and TypeMethodDescriptionlonglongbooleanvoidvoidvoidsetMaxInterval(long l) voidsetMinInterval(long i) voidMethods inherited from interface org.jgroups.jmx.ProtocolMBean
create, destroy, dumpStats, getName, getPropertiesAsString, getStatsEnabled, printStats, resetStats, setProperties, setStatsEnabled, start, stop
-
Method Details
-
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()
-