org.jgroups.jmx.protocols
public class FC extends Protocol implements FCMBean
Version: $Id: FC.java,v 1.5 2005/08/26 14:19:09 belaban Exp $
| Constructor Summary | |
|---|---|
| FC() | |
| FC(Protocol p) | |
| Method Summary | |
|---|---|
| void | attachProtocol(Protocol p) |
| double | getAverageTimeBlocked() |
| int | getBlockings() |
| int | getCreditRequestsReceived() |
| int | getCreditRequestsSent() |
| int | getCreditResponsesReceived() |
| int | getCreditResponsesSent() |
| long | getMaxBlockTime() |
| long | getMaxCredits() |
| long | getMinCredits() |
| double | getMinThreshold() |
| long | getTotalTimeBlocked() |
| boolean | isBlocked() |
| String | printCredits() |
| String | printReceiverCredits() |
| String | printSenderCredits() |
| void | setMaxBlockTime(long t) |
| void | setMaxCredits(long max_credits) |
| void | setMinCredits(long min_credits) |
| void | setMinThreshold(double min_threshold) |
| String | showLastBlockingTimes() |
| void | unblock() |