Interface AbortSlowConsumerStrategyViewMBean

    • Method Detail

      • getMaxSlowCount

        long getMaxSlowCount()
      • setMaxSlowCount

        void setMaxSlowCount​(long maxSlowCount)
      • getMaxSlowDuration

        long getMaxSlowDuration()
      • setMaxSlowDuration

        void setMaxSlowDuration​(long maxSlowDuration)
      • getCheckPeriod

        long getCheckPeriod()
      • abortConsumer

        void abortConsumer​(ObjectName consumerToAbort)
      • abortConnection

        void abortConnection​(ObjectName consumerToAbort)
      • abortConsumer

        void abortConsumer​(String objectNameOfConsumerToAbort)
      • abortConnection

        void abortConnection​(String objectNameOfConsumerToAbort)