public interface DirectExecutor extends Executor
execute(Runnable)
method returns.JBossExecutors.directExecutor()
,
JBossExecutors.rejectingExecutor()
,
JBossExecutors.discardingExecutor()
,
JBossExecutors.privilegedExecutor(org.jboss.threads.DirectExecutor, java.security.AccessControlContext)
,
JBossExecutors.contextClassLoaderExecutor(org.jboss.threads.DirectExecutor, java.lang.ClassLoader)
,
JBossExecutors.threadNameExecutor(org.jboss.threads.DirectExecutor, java.lang.String)
,
JBossExecutors.threadNameNotateExecutor(org.jboss.threads.DirectExecutor, java.lang.String)
,
JBossExecutors.exceptionLoggingExecutor(DirectExecutor, org.jboss.logging.Logger)
,
JBossExecutors.exceptionLoggingExecutor(DirectExecutor)
,
JBossExecutors.resettingExecutor(org.jboss.threads.DirectExecutor)
void execute(Runnable command)
execute
in interface Executor
command
- the runnable taskRejectedExecutionException
- if this task cannot be accepted for executionNullPointerException
- if command is nullCopyright © 2012 JBoss by Red Hat. All Rights Reserved.