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 void
attachProtocol(Protocol p)
long
getMaxInterval()
long
getMinInterval()
boolean
getSuspended()
void
resumeMergeTask()
void
sendMergeSolicitation()
void
setMaxInterval(long l)
void
setMinInterval(long i)
void
suspendMergeTask()
-
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:
attachProtocol
in classProtocol
-
getMinInterval
public long getMinInterval()
- Specified by:
getMinInterval
in interfaceMERGE2MBean
-
setMinInterval
public void setMinInterval(long i)
- Specified by:
setMinInterval
in interfaceMERGE2MBean
-
getMaxInterval
public long getMaxInterval()
- Specified by:
getMaxInterval
in interfaceMERGE2MBean
-
setMaxInterval
public void setMaxInterval(long l)
- Specified by:
setMaxInterval
in interfaceMERGE2MBean
-
getSuspended
public boolean getSuspended()
- Specified by:
getSuspended
in interfaceMERGE2MBean
-
suspendMergeTask
public void suspendMergeTask()
- Specified by:
suspendMergeTask
in interfaceMERGE2MBean
-
resumeMergeTask
public void resumeMergeTask()
- Specified by:
resumeMergeTask
in interfaceMERGE2MBean
-
sendMergeSolicitation
public void sendMergeSolicitation()
- Specified by:
sendMergeSolicitation
in interfaceMERGE2MBean
-
-