org.jgroups.jmx.protocols
Interface MERGE2MBean

All Superinterfaces:
ProtocolMBean
All Known Implementing Classes:
MERGE2

public interface MERGE2MBean
extends ProtocolMBean

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

Method Summary
 long getMaxInterval()
           
 long getMinInterval()
           
 void setMaxInterval(long l)
           
 void setMinInterval(long i)
           
 
Methods inherited from interface org.jgroups.jmx.ProtocolMBean
create, destroy, dumpStats, getName, getPropertiesAsString, getStatsEnabled, printStats, resetStats, setProperties, setStatsEnabled, start, stop
 

Method Detail

getMinInterval

long getMinInterval()

setMinInterval

void setMinInterval(long i)

getMaxInterval

long getMaxInterval()

setMaxInterval

void setMaxInterval(long l)


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