Interface ThreadExecutorMBean

All Known Subinterfaces:
BoundedQueueThreadPoolExecutorMBean, BoundedThreadPoolExecutorMBean, ThreadPoolExecutorMBean
All Known Implementing Classes:
JBossScheduledThreadPoolExecutor, JBossThreadPoolExecutor, QueueExecutor, QueuelessExecutor

@Deprecated public interface ThreadExecutorMBean
Deprecated.
  • Method Details

    • getRejectedCount

      int getRejectedCount()
      Deprecated.
    • getCurrentThreadCount

      int getCurrentThreadCount()
      Deprecated.
    • getLargestThreadCount

      int getLargestThreadCount()
      Deprecated.
    • getQueueSize

      int getQueueSize()
      Deprecated.