org.jboss.threads
Interface DirectExecutorService

All Superinterfaces:
DirectExecutor, java.util.concurrent.Executor, java.util.concurrent.ExecutorService
All Known Implementing Classes:
ProtectedDirectExecutorService

public interface DirectExecutorService
extends DirectExecutor, java.util.concurrent.ExecutorService

A direct executor service. Such an executor service is required to run the given task in the current thread rather than delegate to a thread pool.


Method Summary
 
Methods inherited from interface java.util.concurrent.ExecutorService
awaitTermination, invokeAll, invokeAll, invokeAny, invokeAny, isShutdown, isTerminated, shutdown, shutdownNow, submit, submit, submit
 
Methods inherited from interface java.util.concurrent.Executor
execute
 



Copyright © 2011. All Rights Reserved.