org.jgroups.jmx.protocols
Class MERGE2

java.lang.Object
  extended by org.jgroups.jmx.Protocol
      extended by 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

Constructor Summary
MERGE2()
           
MERGE2(Protocol p)
           
 
Method Summary
 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 class Protocol

getMinInterval

public long getMinInterval()
Specified by:
getMinInterval in interface MERGE2MBean

setMinInterval

public void setMinInterval(long i)
Specified by:
setMinInterval in interface MERGE2MBean

getMaxInterval

public long getMaxInterval()
Specified by:
getMaxInterval in interface MERGE2MBean

setMaxInterval

public void setMaxInterval(long l)
Specified by:
setMaxInterval in interface MERGE2MBean

getSuspended

public boolean getSuspended()
Specified by:
getSuspended in interface MERGE2MBean

suspendMergeTask

public void suspendMergeTask()
Specified by:
suspendMergeTask in interface MERGE2MBean

resumeMergeTask

public void resumeMergeTask()
Specified by:
resumeMergeTask in interface MERGE2MBean

sendMergeSolicitation

public void sendMergeSolicitation()
Specified by:
sendMergeSolicitation in interface MERGE2MBean


Copyright ? 1998-2008 Bela Ban. All Rights Reserved.