Package org.jgroups.jmx.protocols
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 TypeMethodDescriptionvoid
long
long
boolean
void
void
void
setMaxInterval
(long l) void
setMinInterval
(long i) void
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 Details
-
MERGE2
public MERGE2() -
MERGE2
-
-
Method Details
-
attachProtocol
- 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
-