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() |
boolean |
isBlocked() |
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, getDownThread, getName, getPropertiesAsString, getStatsEnabled, getUpThread, printStats, resetStats, setObserver, 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)
boolean isBlocked()
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-2006 Bela Ban. All Rights Reserved.