public interface IJRebirthThreadPoolExecutor extends ExecutorService
| Modifier and Type | Method and Description |
|---|---|
boolean |
checkAvailability(RunnablePriority taskPriority)
Check if a slot is available for the given task priority.
|
awaitTermination, invokeAll, invokeAll, invokeAny, invokeAny, isShutdown, isTerminated, shutdown, shutdownNow, submit, submit, submitboolean checkAvailability(RunnablePriority taskPriority)
taskPriority - the priority to checkCopyright © 2011–2015 JRebirth OSS. All rights reserved.