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, stop
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
create, destroy, getName, getPropertiesAsString, getStatsEnabled, printStats, setProperties, setStatsEnabled, start, stop
public SFC()
public SFC(Protocol p)
public void attachProtocol(Protocol p)
attachProtocol
in class Protocol
public void resetStats()
resetStats
in interface ProtocolMBean
resetStats
in class Protocol
public long getMaxCredits()
getMaxCredits
in interface SFCMBean
public long getBytesSent()
getBytesSent
in interface SFCMBean
public long getCredits()
getCredits
in interface SFCMBean
public long getBlockings()
getBlockings
in interface SFCMBean
public long getCreditRequestsReceived()
getCreditRequestsReceived
in interface SFCMBean
public long getCreditRequestsSent()
getCreditRequestsSent
in interface SFCMBean
public long getReplenishmentsReceived()
getReplenishmentsReceived
in interface SFCMBean
public long getReplenishmentsSent()
getReplenishmentsSent
in interface SFCMBean
public long getTotalBlockingTime()
getTotalBlockingTime
in interface SFCMBean
public double getAverageBlockingTime()
getAverageBlockingTime
in interface SFCMBean
public java.util.Map dumpStats()
dumpStats
in interface ProtocolMBean
dumpStats
in class Protocol
public java.lang.String printBlockingTimes()
printBlockingTimes
in interface SFCMBean
public java.lang.String printReceived()
printReceived
in interface SFCMBean
public java.lang.String printPendingCreditors()
printPendingCreditors
in interface SFCMBean
public java.lang.String printPendingRequesters()
printPendingRequesters
in interface SFCMBean
Copyright ? 1998-2008 Bela Ban. All Rights Reserved.