public class SFC extends Protocol implements SFCMBean
| Modifier and Type | Method and Description |
|---|---|
void |
attachProtocol(Protocol p) |
java.util.Map |
dumpStats() |
double |
getAverageBlockingTime() |
long |
getBlockings() |
long |
getBytesSent() |
long |
getCreditRequestsReceived() |
long |
getCreditRequestsSent() |
long |
getCredits() |
long |
getMaxCredits() |
long |
getReplenishmentsReceived() |
long |
getReplenishmentsSent() |
long |
getTotalBlockingTime() |
java.lang.String |
printBlockingTimes() |
java.lang.String |
printPendingCreditors() |
java.lang.String |
printPendingRequesters() |
java.lang.String |
printReceived() |
void |
resetStats() |
void |
unblock() |
create, destroy, getName, getPropertiesAsString, getStatsEnabled, printStats, setProperties, setStatsEnabled, start, stopclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreate, destroy, getName, getPropertiesAsString, getStatsEnabled, printStats, setProperties, setStatsEnabled, start, stoppublic SFC()
public SFC(Protocol p)
public void attachProtocol(Protocol p)
attachProtocol in class Protocolpublic void resetStats()
resetStats in interface ProtocolMBeanresetStats in class Protocolpublic long getMaxCredits()
getMaxCredits in interface SFCMBeanpublic long getBytesSent()
getBytesSent in interface SFCMBeanpublic long getCredits()
getCredits in interface SFCMBeanpublic long getBlockings()
getBlockings in interface SFCMBeanpublic long getCreditRequestsReceived()
getCreditRequestsReceived in interface SFCMBeanpublic long getCreditRequestsSent()
getCreditRequestsSent in interface SFCMBeanpublic long getReplenishmentsReceived()
getReplenishmentsReceived in interface SFCMBeanpublic long getReplenishmentsSent()
getReplenishmentsSent in interface SFCMBeanpublic long getTotalBlockingTime()
getTotalBlockingTime in interface SFCMBeanpublic double getAverageBlockingTime()
getAverageBlockingTime in interface SFCMBeanpublic java.util.Map dumpStats()
dumpStats in interface ProtocolMBeandumpStats in class Protocolpublic java.lang.String printBlockingTimes()
printBlockingTimes in interface SFCMBeanpublic java.lang.String printReceived()
printReceived in interface SFCMBeanpublic java.lang.String printPendingCreditors()
printPendingCreditors in interface SFCMBeanpublic java.lang.String printPendingRequesters()
printPendingRequesters in interface SFCMBeanCopyright ? 1998-2008 Bela Ban. All Rights Reserved.