org.jboss.threads
Interface DirectExecutor

All Superinterfaces:
java.util.concurrent.Executor
All Known Subinterfaces:
DirectExecutorService
All Known Implementing Classes:
ProtectedDirectExecutor, ProtectedDirectExecutorService

public interface DirectExecutor
extends java.util.concurrent.Executor

A direct executor. Such an executor 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.Executor
execute
 



Copyright © 2011. All Rights Reserved.