Interface PersistentPriorityProcessorPoolMXBean

    • Method Detail

      • setLowerThreshold

        void setLowerThreshold​(int lowerThreshold)
      • getLowerThreshold

        int getLowerThreshold()
      • setUpperThreshold

        void setUpperThreshold​(int upperThreshold)
      • getUpperThreshold

        int getUpperThreshold()
      • getUpperThresholdReachedWaitMSec

        int getUpperThresholdReachedWaitMSec()
      • setUpperThresholdReachedWaitMSec

        void setUpperThresholdReachedWaitMSec​(int upperThresholdReachedWaitMSec)
      • getEmptyQueueWaitMSec

        int getEmptyQueueWaitMSec()
      • setEmptyQueueWaitMSec

        void setEmptyQueueWaitMSec​(int emptyQueueWaitMSec)
      • getDequeueBulkSize

        int getDequeueBulkSize()
      • setDequeueBulkSize

        void setDequeueBulkSize​(int dequeueBulkSize)
      • suspendDequeue

        void suspendDequeue()
        Suspends dequeuing of workflow instances from the storage. Workflow instances that already reside in the transient queue are still processed, i.e. calling this methods runs this processor pool "dry".
        See Also:
        resumeDequeue()
      • resumeDequeue

        void resumeDequeue()
        Resumes dequeuing of workflow instances from the storage.
        See Also:
        suspendDequeue()