Interface BoundedQueueThreadPoolExecutorMBean

All Superinterfaces:
BoundedThreadPoolExecutorMBean, ThreadExecutorMBean, ThreadPoolExecutorMBean
All Known Implementing Classes:
JBossThreadPoolExecutor, QueueExecutor

@Deprecated public interface BoundedQueueThreadPoolExecutorMBean extends BoundedThreadPoolExecutorMBean
Deprecated.
  • Method Details

    • isAllowCoreThreadTimeout

      boolean isAllowCoreThreadTimeout()
      Deprecated.
    • setAllowCoreThreadTimeout

      void setAllowCoreThreadTimeout(boolean allow)
      Deprecated.
    • getCoreThreads

      int getCoreThreads()
      Deprecated.
    • setCoreThreads

      void setCoreThreads(int newSize)
      Deprecated.