org.jgroups.jmx.protocols

Class MERGE2

Implemented Interfaces:
MERGE2MBean, ProtocolMBean

public class MERGE2
extends Protocol
implements MERGE2MBean

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

Constructor Summary

MERGE2()
MERGE2(Protocol p)

Method Summary

void
attachProtocol(Protocol p)
long
getMaxInterval()
long
getMinInterval()
void
setMaxInterval(long l)
void
setMinInterval(long i)

Methods inherited from class org.jgroups.jmx.Protocol

attachProtocol, create, destroy, dumpStats, getDownThread, getName, getPropertiesAsString, getStatsEnabled, getUpThread, isTrace, isWarn, printStats, resetStats, setObserver, setProperties, setStatsEnabled, setTrace, setWarn, start, stop

Constructor Details

MERGE2

public MERGE2()

MERGE2

public MERGE2(Protocol p)

Method Details

attachProtocol

public void attachProtocol(Protocol p)
Overrides:
attachProtocol in interface Protocol

getMaxInterval

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

getMinInterval

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

setMaxInterval

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

setMinInterval

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

Copyright B) 1998-2005 Bela Ban. All Rights Reserved.