org.jgroups.jmx.protocols
Class FD_ALL
java.lang.Object
org.jgroups.jmx.Protocol
org.jgroups.jmx.protocols.FD_ALL
- All Implemented Interfaces:
- ProtocolMBean, FD_ALLMBean
public class FD_ALL
- extends Protocol
- implements FD_ALLMBean
- Version:
- $Id: FD_ALL.java,v 1.1 2006/12/22 09:34:53 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 |
FD_ALL
public FD_ALL()
FD_ALL
public FD_ALL(Protocol p)
attachProtocol
public void attachProtocol(Protocol p)
- Overrides:
attachProtocol
in class Protocol
getHeartbeatsSent
public int getHeartbeatsSent()
- Specified by:
getHeartbeatsSent
in interface FD_ALLMBean
getHeartbeatsReceived
public int getHeartbeatsReceived()
- Specified by:
getHeartbeatsReceived
in interface FD_ALLMBean
getSuspectEventsSent
public int getSuspectEventsSent()
- Specified by:
getSuspectEventsSent
in interface FD_ALLMBean
getTimeout
public long getTimeout()
- Specified by:
getTimeout
in interface FD_ALLMBean
setTimeout
public void setTimeout(long timeout)
- Specified by:
setTimeout
in interface FD_ALLMBean
getInterval
public long getInterval()
- Specified by:
getInterval
in interface FD_ALLMBean
setInterval
public void setInterval(long interval)
- Specified by:
setInterval
in interface FD_ALLMBean
isShun
public boolean isShun()
- Specified by:
isShun
in interface FD_ALLMBean
setShun
public void setShun(boolean flag)
- Specified by:
setShun
in interface FD_ALLMBean
isRunning
public boolean isRunning()
- Specified by:
isRunning
in interface FD_ALLMBean
getLocalAddress
public java.lang.String getLocalAddress()
- Specified by:
getLocalAddress
in interface FD_ALLMBean
getMembers
public java.lang.String getMembers()
- Specified by:
getMembers
in interface FD_ALLMBean
printSuspectHistory
public java.lang.String printSuspectHistory()
- Specified by:
printSuspectHistory
in interface FD_ALLMBean
printTimestamps
public java.lang.String printTimestamps()
- Specified by:
printTimestamps
in interface FD_ALLMBean
Copyright ? 1998-2008 Bela Ban. All Rights Reserved.