JBoss Threads 2.0.0.GA-redhat-2

org.jboss.threads
Interface DirectExecutorService

All Superinterfaces:
DirectExecutor, Executor, ExecutorService

public interface DirectExecutorService
extends DirectExecutor, 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 org.jboss.threads.DirectExecutor
execute
 
Methods inherited from interface java.util.concurrent.ExecutorService
awaitTermination, invokeAll, invokeAll, invokeAny, invokeAny, isShutdown, isTerminated, shutdown, shutdownNow, submit, submit, submit
 


JBoss Threads 2.0.0.GA-redhat-2

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.