org.jgroups.jmx.protocols
public interface FCMBean extends ProtocolMBean
Version: $Id: FCMBean.java,v 1.6 2005/08/26 14:19:09 belaban Exp $
| Method Summary | |
|---|---|
| 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() |