org.jgroups.jmx.protocols

Interface FCMBean

All Superinterfaces:
ProtocolMBean
Known Implementing Classes:
FC

public interface FCMBean
extends ProtocolMBean

Version:
$Id: FCMBean.java,v 1.6 2005/08/26 14:19:09 belaban Exp $
Author:
Bela Ban

Method Summary

double
getAverageTimeBlocked()
int
getBlockings()
int
getCreditRequestsReceived()
int
getCreditRequestsSent()
int
getCreditResponsesReceived()
int
getCreditResponsesSent()
long
getMaxBlockTime()
long
getMaxCredits()
long
getMinCredits()
double
getMinThreshold()
long
getTotalTimeBlocked()
boolean
isBlocked()
String
printCredits()
String
printReceiverCredits()
String
printSenderCredits()
void
setMaxBlockTime(long t)
void
setMaxCredits(long max_credits)
void
setMinCredits(long min_credits)
void
setMinThreshold(double min_threshold)
String
showLastBlockingTimes()
void
unblock()

Methods inherited from interface org.jgroups.jmx.ProtocolMBean

create, destroy, dumpStats, getDownThread, getName, getPropertiesAsString, getStatsEnabled, getUpThread, isTrace, isWarn, printStats, resetStats, setObserver, setProperties, setStatsEnabled, setTrace, setWarn, start, stop

Method Details

getAverageTimeBlocked

public double getAverageTimeBlocked()

getBlockings

public int getBlockings()

getCreditRequestsReceived

public int getCreditRequestsReceived()

getCreditRequestsSent

public int getCreditRequestsSent()

getCreditResponsesReceived

public int getCreditResponsesReceived()

getCreditResponsesSent

public int getCreditResponsesSent()

getMaxBlockTime

public long getMaxBlockTime()

getMaxCredits

public long getMaxCredits()

getMinCredits

public long getMinCredits()

getMinThreshold

public double getMinThreshold()

getTotalTimeBlocked

public long getTotalTimeBlocked()

isBlocked

public boolean isBlocked()

printCredits

public String printCredits()

printReceiverCredits

public String printReceiverCredits()

printSenderCredits

public String printSenderCredits()

setMaxBlockTime

public void setMaxBlockTime(long t)

setMaxCredits

public void setMaxCredits(long max_credits)

setMinCredits

public void setMinCredits(long min_credits)

setMinThreshold

public void setMinThreshold(double min_threshold)

showLastBlockingTimes

public String showLastBlockingTimes()

unblock

public void unblock()

Copyright B) 1998-2005 Bela Ban. All Rights Reserved.