Package 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
- Version:
- $Id: FD_ALL.java,v 1.1 2006/12/22 09:34:53 belaban Exp $
- Author:
- Bela Ban
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
int
int
long
int
long
boolean
boolean
isShun()
void
setInterval
(long interval) void
setShun
(boolean flag) void
setTimeout
(long timeout) 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
-
Constructor Details
-
FD_ALL
public FD_ALL() -
FD_ALL
-
-
Method Details
-
attachProtocol
- Overrides:
attachProtocol
in classProtocol
-
getHeartbeatsSent
public int getHeartbeatsSent()- Specified by:
getHeartbeatsSent
in interfaceFD_ALLMBean
-
getHeartbeatsReceived
public int getHeartbeatsReceived()- Specified by:
getHeartbeatsReceived
in interfaceFD_ALLMBean
-
getSuspectEventsSent
public int getSuspectEventsSent()- Specified by:
getSuspectEventsSent
in interfaceFD_ALLMBean
-
getTimeout
public long getTimeout()- Specified by:
getTimeout
in interfaceFD_ALLMBean
-
setTimeout
public void setTimeout(long timeout) - Specified by:
setTimeout
in interfaceFD_ALLMBean
-
getInterval
public long getInterval()- Specified by:
getInterval
in interfaceFD_ALLMBean
-
setInterval
public void setInterval(long interval) - Specified by:
setInterval
in interfaceFD_ALLMBean
-
isShun
public boolean isShun()- Specified by:
isShun
in interfaceFD_ALLMBean
-
setShun
public void setShun(boolean flag) - Specified by:
setShun
in interfaceFD_ALLMBean
-
isRunning
public boolean isRunning()- Specified by:
isRunning
in interfaceFD_ALLMBean
-
getLocalAddress
- Specified by:
getLocalAddress
in interfaceFD_ALLMBean
-
getMembers
- Specified by:
getMembers
in interfaceFD_ALLMBean
-
printSuspectHistory
- Specified by:
printSuspectHistory
in interfaceFD_ALLMBean
-
printTimestamps
- Specified by:
printTimestamps
in interfaceFD_ALLMBean
-