Interface ThreadPoolMBean

All Known Implementing Classes:
ThreadPool

public interface ThreadPoolMBean
  • Method Details

    • getJobCount

      Returns:
      number of jobs processed by this pool
    • getPoolSize

      Returns:
      number of active threads
    • getMaxPoolSize

      Returns:
      max number of active threads allowed
    • getIdleCount

      Returns:
      number of idle threads
    • getPendingCount

      Returns:
      number of Pending jobs