org.jgroups.jmx.protocols
Interface SFCMBean
- All Superinterfaces:
- ProtocolMBean
- All Known Implementing Classes:
- SFC
public interface SFCMBean
- extends ProtocolMBean
- Version:
- $Id: SFCMBean.java,v 1.2 2007/01/09 10:19:22 belaban Exp $
- Author:
- Bela Ban
Methods inherited from interface org.jgroups.jmx.ProtocolMBean |
create, destroy, dumpStats, getName, getPropertiesAsString, getStatsEnabled, printStats, resetStats, setProperties, setStatsEnabled, start, stop |
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
java.lang.String printBlockingTimes()
printReceived
java.lang.String printReceived()
printPendingCreditors
java.lang.String printPendingCreditors()
printPendingRequesters
java.lang.String printPendingRequesters()
unblock
void unblock()
Copyright ? 1998-2008 Bela Ban. All Rights Reserved.