Package org.jgroups.jmx.protocols
Class SFC
java.lang.Object
org.jgroups.jmx.Protocol
org.jgroups.jmx.protocols.SFC
- All Implemented Interfaces:
ProtocolMBean,SFCMBean
- Version:
- $Id: SFC.java,v 1.2 2007/01/09 10:19:23 belaban Exp $
- Author:
- Bela Ban
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddoublelonglonglonglonglonglonglonglonglongvoidvoidunblock()Methods inherited from class org.jgroups.jmx.Protocol
create, destroy, getName, getPropertiesAsString, getStatsEnabled, printStats, setProperties, setStatsEnabled, start, stopMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jgroups.jmx.ProtocolMBean
create, destroy, getName, getPropertiesAsString, getStatsEnabled, printStats, setProperties, setStatsEnabled, start, stop
-
Constructor Details
-
SFC
public SFC() -
SFC
-
-
Method Details
-
attachProtocol
- Overrides:
attachProtocolin classProtocol
-
resetStats
public void resetStats()- Specified by:
resetStatsin interfaceProtocolMBean- Overrides:
resetStatsin classProtocol
-
getMaxCredits
public long getMaxCredits()- Specified by:
getMaxCreditsin interfaceSFCMBean
-
getBytesSent
public long getBytesSent()- Specified by:
getBytesSentin interfaceSFCMBean
-
getCredits
public long getCredits()- Specified by:
getCreditsin interfaceSFCMBean
-
getBlockings
public long getBlockings()- Specified by:
getBlockingsin interfaceSFCMBean
-
getCreditRequestsReceived
public long getCreditRequestsReceived()- Specified by:
getCreditRequestsReceivedin interfaceSFCMBean
-
getCreditRequestsSent
public long getCreditRequestsSent()- Specified by:
getCreditRequestsSentin interfaceSFCMBean
-
getReplenishmentsReceived
public long getReplenishmentsReceived()- Specified by:
getReplenishmentsReceivedin interfaceSFCMBean
-
getReplenishmentsSent
public long getReplenishmentsSent()- Specified by:
getReplenishmentsSentin interfaceSFCMBean
-
getTotalBlockingTime
public long getTotalBlockingTime()- Specified by:
getTotalBlockingTimein interfaceSFCMBean
-
getAverageBlockingTime
public double getAverageBlockingTime()- Specified by:
getAverageBlockingTimein interfaceSFCMBean
-
dumpStats
- Specified by:
dumpStatsin interfaceProtocolMBean- Overrides:
dumpStatsin classProtocol
-
printBlockingTimes
- Specified by:
printBlockingTimesin interfaceSFCMBean
-
printReceived
- Specified by:
printReceivedin interfaceSFCMBean
-
printPendingCreditors
- Specified by:
printPendingCreditorsin interfaceSFCMBean
-
printPendingRequesters
- Specified by:
printPendingRequestersin interfaceSFCMBean
-
unblock
public void unblock()
-