Class MERGE2
java.lang.Object
org.jgroups.jmx.Protocol
org.jgroups.jmx.protocols.MERGE2
- All Implemented Interfaces:
ProtocolMBean, MERGE2MBean
- Version:
- $Id: MERGE2.java,v 1.1.16.1 2009/03/31 14:51:53 belaban Exp $
- Author:
- Bela Ban
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidlonglongbooleanvoidvoidvoidsetMaxInterval(long l) voidsetMinInterval(long i) voidMethods inherited from class Protocol
create, destroy, dumpStats, getName, getPropertiesAsString, getStatsEnabled, printStats, resetStats, setProperties, setStatsEnabled, start, stopMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ProtocolMBean
create, destroy, dumpStats, getName, getPropertiesAsString, getStatsEnabled, printStats, resetStats, setProperties, setStatsEnabled, start, stop
-
Constructor Details
-
MERGE2
public MERGE2() -
MERGE2
-
-
Method Details
-
attachProtocol
- Overrides:
attachProtocolin classProtocol
-
getMinInterval
public long getMinInterval()- Specified by:
getMinIntervalin interfaceMERGE2MBean
-
setMinInterval
public void setMinInterval(long i) - Specified by:
setMinIntervalin interfaceMERGE2MBean
-
getMaxInterval
public long getMaxInterval()- Specified by:
getMaxIntervalin interfaceMERGE2MBean
-
setMaxInterval
public void setMaxInterval(long l) - Specified by:
setMaxIntervalin interfaceMERGE2MBean
-
getSuspended
public boolean getSuspended()- Specified by:
getSuspendedin interfaceMERGE2MBean
-
suspendMergeTask
public void suspendMergeTask()- Specified by:
suspendMergeTaskin interfaceMERGE2MBean
-
resumeMergeTask
public void resumeMergeTask()- Specified by:
resumeMergeTaskin interfaceMERGE2MBean
-
sendMergeSolicitation
public void sendMergeSolicitation()- Specified by:
sendMergeSolicitationin interfaceMERGE2MBean
-