org.jgroups.jmx.protocols
Class VIEW_SYNC
java.lang.Object
org.jgroups.jmx.Protocol
org.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.14.1 2008/03/12 09:01:42 belaban Exp $
- Author:
- Bela Ban
Methods inherited from class org.jgroups.jmx.Protocol |
create, destroy, dumpStats, getName, getPropertiesAsString, getStatsEnabled, printStats, resetStats, setProperties, setStatsEnabled, 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, getName, getPropertiesAsString, getStatsEnabled, printStats, resetStats, setProperties, setStatsEnabled, start, stop |
VIEW_SYNC
public VIEW_SYNC()
VIEW_SYNC
public VIEW_SYNC(Protocol p)
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
getLastViewRequestSent
public long getLastViewRequestSent()
- Specified by:
getLastViewRequestSent
in interface VIEW_SYNCMBean
getNumViewRequestsSent
public int getNumViewRequestsSent()
- Specified by:
getNumViewRequestsSent
in interface VIEW_SYNCMBean
getNumViewResponsesSeen
public int getNumViewResponsesSeen()
- Specified by:
getNumViewResponsesSeen
in interface VIEW_SYNCMBean
getNumViewsLess
public int getNumViewsLess()
- Specified by:
getNumViewsLess
in interface VIEW_SYNCMBean
getNumViewsEqual
public int getNumViewsEqual()
- Specified by:
getNumViewsEqual
in interface VIEW_SYNCMBean
getNumViewsNonLocal
public int getNumViewsNonLocal()
- Specified by:
getNumViewsNonLocal
in interface VIEW_SYNCMBean
sendViewRequest
public void sendViewRequest()
- Specified by:
sendViewRequest
in interface VIEW_SYNCMBean
Copyright ? 1998-2008 Bela Ban. All Rights Reserved.