org.jgroups.jmx.protocols
public interface FDMBean extends ProtocolMBean
Version: $Id: FDMBean.java,v 1.1 2005/06/13 12:44:06 belaban Exp $
| Method Summary | |
|---|---|
| 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) |