Interface JMXEnabledThreadPoolExecutorMBean

    • Method Detail

      • getCoreThreads

        @Deprecated
        int getCoreThreads()
        Deprecated.
        Returns core pool size of thread pool. Deprecated, use getCorePoolSize instead.
      • setCoreThreads

        @Deprecated
        void setCoreThreads​(int number)
        Deprecated.
        Allows user to resize core pool size of the thread pool. Deprecated, use setCorePoolSize instead.
      • getMaximumThreads

        @Deprecated
        int getMaximumThreads()
        Deprecated.
        Returns maximum pool size of thread pool. Deprecated, use getMaximumThreads instead.
      • setMaximumThreads

        @Deprecated
        void setMaximumThreads​(int number)
        Deprecated.
        Allows user to resize maximum size of the thread pool. Deprecated, use setMaximumThreads instead.