Package com.mchange.v2.async
Interface ThreadPoolReportingAsynchronousRunner
-
- All Superinterfaces:
AsynchronousRunner,ClosableResource
- All Known Implementing Classes:
ThreadPoolAsynchronousRunner
public interface ThreadPoolReportingAsynchronousRunner extends AsynchronousRunner
-
-
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
-
-