Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.jgroups.jmx.protocols
Class MERGE2  view MERGE2 download MERGE2.java

java.lang.Object
  extended byorg.jgroups.jmx.Protocol
      extended byorg.jgroups.jmx.protocols.MERGE2
All Implemented Interfaces:
MERGE2MBean, org.jgroups.jmx.ProtocolMBean

public class MERGE2
extends org.jgroups.jmx.Protocol
implements MERGE2MBean

Version:
$Id: MERGE2.java,v 1.1 2005/06/13 11:55:31 belaban Exp $

Field Summary
(package private)  org.jgroups.protocols.MERGE2 p
           
 
Fields inherited from class org.jgroups.jmx.Protocol
 
Constructor Summary
MERGE2()
           
MERGE2(org.jgroups.stack.Protocol p)
           
 
Method Summary
 void attachProtocol(org.jgroups.stack.Protocol p)
           
 long getMaxInterval()
           
 long getMinInterval()
           
 void setMaxInterval(long l)
           
 void setMinInterval(long i)
           
 
Methods inherited from class org.jgroups.jmx.Protocol
create, destroy, dumpStats, getDownThread, getName, getPropertiesAsString, getStatsEnabled, getUpThread, isTrace, isWarn, printStats, resetStats, setObserver, setProperties, setStatsEnabled, setTrace, setWarn, 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, getDownThread, getName, getPropertiesAsString, getStatsEnabled, getUpThread, isTrace, isWarn, printStats, resetStats, setObserver, setProperties, setStatsEnabled, setTrace, setWarn, start, stop
 

Field Detail

p

org.jgroups.protocols.MERGE2 p
Constructor Detail

MERGE2

public MERGE2()

MERGE2

public MERGE2(org.jgroups.stack.Protocol p)
Method Detail

attachProtocol

public void attachProtocol(org.jgroups.stack.Protocol p)

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