public interface FCMBean extends ProtocolMBean
Modifier and Type | Method and Description |
---|---|
double |
getAverageTimeBlocked() |
int |
getBlockings() |
int |
getCreditRequestsReceived() |
int |
getCreditRequestsSent() |
int |
getCreditResponsesReceived() |
int |
getCreditResponsesSent() |
long |
getMaxBlockTime() |
long |
getMaxCredits() |
long |
getMinCredits() |
double |
getMinThreshold() |
long |
getTotalTimeBlocked() |
java.lang.String |
printCredits() |
java.lang.String |
printReceiverCredits() |
java.lang.String |
printSenderCredits() |
void |
setMaxBlockTime(long t) |
void |
setMaxCredits(long max_credits) |
void |
setMinCredits(long min_credits) |
void |
setMinThreshold(double min_threshold) |
java.lang.String |
showLastBlockingTimes() |
void |
unblock() |
create, destroy, dumpStats, getName, getPropertiesAsString, getStatsEnabled, printStats, resetStats, setProperties, setStatsEnabled, start, stop
long getMaxCredits()
void setMaxCredits(long max_credits)
double getMinThreshold()
void setMinThreshold(double min_threshold)
long getMinCredits()
void setMinCredits(long min_credits)
int getBlockings()
long getTotalTimeBlocked()
long getMaxBlockTime()
void setMaxBlockTime(long t)
double getAverageTimeBlocked()
int getCreditRequestsReceived()
int getCreditRequestsSent()
int getCreditResponsesReceived()
int getCreditResponsesSent()
java.lang.String printSenderCredits()
java.lang.String printReceiverCredits()
java.lang.String printCredits()
java.lang.String showLastBlockingTimes()
void unblock()
Copyright ? 1998-2008 Bela Ban. All Rights Reserved.