public interface JMXEnabledThreadPoolExecutorMBean
Modifier and Type | Method and Description |
---|---|
int |
getActiveTasks()
Return the active Tasks
|
int |
getActiveThreads()
Return the active threads
|
double |
getAverageTaskTime()
Return the average time for a task (in ms)
|
int |
getMaximalThreads()
Return the maximal allowed count of threads
|
int |
getQueuedTasks()
Return the queued tasks
|
int |
getTotalTasks()
Return the total tasks handled by this executor
|
int getActiveThreads()
int getActiveTasks()
int getTotalTasks()
int getQueuedTasks()
double getAverageTaskTime()
int getMaximalThreads()
Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.