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
    • Method Detail

      • 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()