Package com.mchange.v2.async
Interface ThreadPoolReportingAsynchronousRunner
-
- All Superinterfaces:
AsynchronousRunner,ClosableResource
- All Known Implementing Classes:
ThreadPoolAsynchronousRunner
public interface ThreadPoolReportingAsynchronousRunner extends AsynchronousRunner
Note: All "reporting" values below are **optional**. Implementations may return -1 for int values, empty string or (perhaps, be prepared) null for String values. These methods are intended to provide optional reporting to users, for dashboards and debugging, They cannot be relied upon.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetActiveCount()intgetIdleCount()intgetPendingTaskCount()java.lang.StringgetStackTraces()java.lang.StringgetStatus()intgetThreadCount()-
Methods inherited from interface com.mchange.v2.async.AsynchronousRunner
close, close, postRunnable
-
-