Package org.jboss.as.threads
Interface ManagedQueuelessExecutorService
- All Superinterfaces:
Executor,ExecutorService,ManagedExecutorService,ManagedQueueExecutorService
@Deprecated(forRemoval=true,
since="29.0.0")
public interface ManagedQueuelessExecutorService
extends ManagedQueueExecutorService
Deprecated, for removal: This API element is subject to removal in a future version.
- Author:
- Alexey Loubyansky
-
Method Summary
Methods inherited from interface java.util.concurrent.ExecutorService
awaitTermination, invokeAll, invokeAll, invokeAny, invokeAny, isShutdown, isTerminated, submit, submit, submitMethods inherited from interface org.jboss.as.threads.ManagedExecutorService
shutdown, shutdownNowMethods inherited from interface org.jboss.as.threads.ManagedQueueExecutorService
getActiveCount, getCompletedTaskCount, getCoreThreads, getCurrentThreadCount, getKeepAlive, getLargestPoolSize, getLargestThreadCount, getMaxThreads, getQueueSize, getRejectedCount, getTaskCount, isAllowCoreTimeout, isBlocking
ManagedQueueExecutorService