org.jgroups.jmx.protocols
Class FD_ALL

java.lang.Object
  extended by org.jgroups.jmx.Protocol
      extended by 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

Constructor Summary
FD_ALL()
           
FD_ALL(Protocol p)
           
 
Method Summary
 void attachProtocol(Protocol p)
           
 int getHeartbeatsReceived()
           
 int getHeartbeatsSent()
           
 long getInterval()
           
 java.lang.String getLocalAddress()
           
 java.lang.String getMembers()
           
 int getSuspectEventsSent()
           
 long getTimeout()
           
 boolean isRunning()
           
 boolean isShun()
           
 java.lang.String printSuspectHistory()
           
 java.lang.String printTimestamps()
           
 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 Detail

FD_ALL

public FD_ALL()

FD_ALL

public FD_ALL(Protocol p)
Method Detail

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.