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