Package org.jgroups.jmx.protocols
Interface SFCMBean
- All Superinterfaces:
ProtocolMBean
- All Known Implementing Classes:
SFC
- Version:
- $Id: SFCMBean.java,v 1.2 2007/01/09 10:19:22 belaban Exp $
- Author:
- Bela Ban
-
Method Summary
Modifier and TypeMethodDescriptiondoublelonglonglonglonglonglonglonglonglongvoidunblock()Methods inherited from interface org.jgroups.jmx.ProtocolMBean
create, destroy, dumpStats, getName, getPropertiesAsString, getStatsEnabled, printStats, resetStats, setProperties, setStatsEnabled, start, stop
-
Method Details
-
getMaxCredits
long getMaxCredits() -
getCredits
long getCredits() -
getBytesSent
long getBytesSent() -
getBlockings
long getBlockings() -
getCreditRequestsReceived
long getCreditRequestsReceived() -
getCreditRequestsSent
long getCreditRequestsSent() -
getReplenishmentsReceived
long getReplenishmentsReceived() -
getReplenishmentsSent
long getReplenishmentsSent() -
getTotalBlockingTime
long getTotalBlockingTime() -
getAverageBlockingTime
double getAverageBlockingTime() -
printBlockingTimes
String printBlockingTimes() -
printReceived
String printReceived() -
printPendingCreditors
String printPendingCreditors() -
printPendingRequesters
String printPendingRequesters() -
unblock
void unblock()
-