Interface ThreadPoolMBean
- All Known Implementing Classes:
ThreadPool
public interface ThreadPoolMBean
-
Method Summary
Modifier and TypeMethodDescriptionintintintintint
-
Method Details
-
getJobCount
int getJobCount()- Returns:
- number of jobs processed by this pool
-
getPoolSize
int getPoolSize()- Returns:
- number of active threads
-
getMaxPoolSize
int getMaxPoolSize()- Returns:
- max number of active threads allowed
-
getIdleCount
int getIdleCount()- Returns:
- number of idle threads
-
getPendingCount
int getPendingCount()- Returns:
- number of Pending jobs
-