org.jgroups.jmx.protocols

Class VIEW_SYNC

Implemented Interfaces:
ProtocolMBean, VIEW_SYNCMBean

public class VIEW_SYNC
extends Protocol
implements VIEW_SYNCMBean

Version:
$Id: VIEW_SYNC.java,v 1.2 2005/10/27 08:30:14 belaban Exp $
Author:
Bela Ban

Constructor Summary

VIEW_SYNC()
VIEW_SYNC(Protocol p)

Method Summary

void
attachProtocol(Protocol p)
long
getAverageSendInterval()
int
getNumViewsAdjusted()
int
getNumViewsSent()
void
sendViewRequest()
void
setAverageSendInterval(long send_interval)

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

VIEW_SYNC

public VIEW_SYNC()

VIEW_SYNC

public VIEW_SYNC(Protocol p)

Method Details

attachProtocol

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

getAverageSendInterval

public long getAverageSendInterval()
Specified by:
getAverageSendInterval in interface VIEW_SYNCMBean

getNumViewsAdjusted

public int getNumViewsAdjusted()
Specified by:
getNumViewsAdjusted in interface VIEW_SYNCMBean

getNumViewsSent

public int getNumViewsSent()
Specified by:
getNumViewsSent in interface VIEW_SYNCMBean

sendViewRequest

public void sendViewRequest()
Specified by:
sendViewRequest in interface VIEW_SYNCMBean

setAverageSendInterval

public void setAverageSendInterval(long send_interval)
Specified by:
setAverageSendInterval in interface VIEW_SYNCMBean

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