org.jgroups.jmx.protocols
Interface FCMBean

All Superinterfaces:
ProtocolMBean
All 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()
           
 java.lang.String printCredits()
           
 java.lang.String printReceiverCredits()
           
 java.lang.String printSenderCredits()
           
 void setMaxBlockTime(long t)
           
 void setMaxCredits(long max_credits)
           
 void setMinCredits(long min_credits)
           
 void setMinThreshold(double min_threshold)
           
 java.lang.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 Detail

getMaxCredits

public long getMaxCredits()

setMaxCredits

public void setMaxCredits(long max_credits)

getMinThreshold

public double getMinThreshold()

setMinThreshold

public void setMinThreshold(double min_threshold)

getMinCredits

public long getMinCredits()

setMinCredits

public void setMinCredits(long min_credits)

isBlocked

public boolean isBlocked()

getBlockings

public int getBlockings()

getTotalTimeBlocked

public long getTotalTimeBlocked()

getMaxBlockTime

public long getMaxBlockTime()

setMaxBlockTime

public void setMaxBlockTime(long t)

getAverageTimeBlocked

public double getAverageTimeBlocked()

getCreditRequestsReceived

public int getCreditRequestsReceived()

getCreditRequestsSent

public int getCreditRequestsSent()

getCreditResponsesReceived

public int getCreditResponsesReceived()

getCreditResponsesSent

public int getCreditResponsesSent()

printSenderCredits

public java.lang.String printSenderCredits()

printReceiverCredits

public java.lang.String printReceiverCredits()

printCredits

public java.lang.String printCredits()

showLastBlockingTimes

public java.lang.String showLastBlockingTimes()

unblock

public void unblock()


Copyright ? 1998-2005 Bela Ban. All Rights Reserved.