org.jgroups.jmx.protocols
public class FD extends Protocol implements FDMBean
Version: $Id: FD.java,v 1.1 2005/06/13 12:44:06 belaban Exp $
| Constructor Summary | |
|---|---|
| FD() | |
| FD(Protocol p) | |
| Method Summary | |
|---|---|
| void | attachProtocol(Protocol p) |
| int | getCurrentNumTries() |
| String | getLocalAddress() |
| int | getMaxTries() |
| String | getMembers() |
| int | getNumberOfHeartbeatsSent() |
| int | getNumSuspectEventsGenerated() |
| String | getPingableMembers() |
| String | getPingDest() |
| long | getTimeout() |
| boolean | isShun() |
| String | printSuspectHistory() |
| void | setMaxTries(int max_tries) |
| void | setShun(boolean flag) |
| void | setTimeout(long timeout) |