JBoss Threads 2.0.0.GA

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

Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.