public class FC extends Protocol implements FCMBean
| Modifier and Type | Method and Description |
|---|---|
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() |
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, stopclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreate, destroy, dumpStats, getName, getPropertiesAsString, getStatsEnabled, printStats, resetStats, setProperties, setStatsEnabled, start, stoppublic FC()
public FC(Protocol p)
public void attachProtocol(Protocol p)
attachProtocol in class Protocolpublic long getMaxCredits()
getMaxCredits in interface FCMBeanpublic void setMaxCredits(long max_credits)
setMaxCredits in interface FCMBeanpublic double getMinThreshold()
getMinThreshold in interface FCMBeanpublic void setMinThreshold(double min_threshold)
setMinThreshold in interface FCMBeanpublic long getMinCredits()
getMinCredits in interface FCMBeanpublic void setMinCredits(long min_credits)
setMinCredits in interface FCMBeanpublic int getBlockings()
getBlockings in interface FCMBeanpublic long getTotalTimeBlocked()
getTotalTimeBlocked in interface FCMBeanpublic long getMaxBlockTime()
getMaxBlockTime in interface FCMBeanpublic void setMaxBlockTime(long t)
setMaxBlockTime in interface FCMBeanpublic double getAverageTimeBlocked()
getAverageTimeBlocked in interface FCMBeanpublic int getCreditRequestsReceived()
getCreditRequestsReceived in interface FCMBeanpublic int getCreditRequestsSent()
getCreditRequestsSent in interface FCMBeanpublic int getCreditResponsesReceived()
getCreditResponsesReceived in interface FCMBeanpublic int getCreditResponsesSent()
getCreditResponsesSent in interface FCMBeanpublic java.lang.String printSenderCredits()
printSenderCredits in interface FCMBeanpublic java.lang.String printReceiverCredits()
printReceiverCredits in interface FCMBeanpublic java.lang.String printCredits()
printCredits in interface FCMBeanpublic java.lang.String showLastBlockingTimes()
showLastBlockingTimes in interface FCMBeanCopyright ? 1998-2008 Bela Ban. All Rights Reserved.