org.jgroups.jmx.protocols
Class VIEW_SYNC

java.lang.Object
  extended byorg.jgroups.jmx.Protocol
      extended byorg.jgroups.jmx.protocols.VIEW_SYNC
All 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
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
 

Constructor Detail

VIEW_SYNC

public VIEW_SYNC()

VIEW_SYNC

public VIEW_SYNC(Protocol p)
Method Detail

attachProtocol

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

getAverageSendInterval

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

setAverageSendInterval

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

getNumViewsSent

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

getNumViewsAdjusted

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

sendViewRequest

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


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