Package org.jgroups.jmx.protocols
Class MERGE2
- java.lang.Object
-
- org.jgroups.jmx.Protocol
-
- org.jgroups.jmx.protocols.MERGE2
-
- All Implemented Interfaces:
ProtocolMBean,MERGE2MBean
public class MERGE2 extends Protocol implements MERGE2MBean
- Version:
- $Id: MERGE2.java,v 1.1.16.1 2009/03/31 14:51:53 belaban Exp $
- Author:
- Bela Ban
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidattachProtocol(Protocol p)longgetMaxInterval()longgetMinInterval()booleangetSuspended()voidresumeMergeTask()voidsendMergeSolicitation()voidsetMaxInterval(long l)voidsetMinInterval(long i)voidsuspendMergeTask()-
Methods inherited from class org.jgroups.jmx.Protocol
create, destroy, dumpStats, getName, getPropertiesAsString, getStatsEnabled, printStats, resetStats, setProperties, setStatsEnabled, start, stop
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.jgroups.jmx.ProtocolMBean
create, destroy, dumpStats, getName, getPropertiesAsString, getStatsEnabled, printStats, resetStats, setProperties, setStatsEnabled, start, stop
-
-
-
-
Constructor Detail
-
MERGE2
public MERGE2()
-
MERGE2
public MERGE2(Protocol p)
-
-
Method Detail
-
attachProtocol
public void attachProtocol(Protocol p)
- 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
-
-