JBoss Threads 2.0.0.GA-redhat-2

Uses of Interface
org.jboss.threads.WrappingExecutor

Packages that use WrappingExecutor
org.jboss.threads   
 

Uses of WrappingExecutor in org.jboss.threads
 

Methods in org.jboss.threads that return WrappingExecutor
static WrappingExecutor JBossExecutors.wrappingExecutor(Executor delegate)
          Create a wrapping executor for a delegate executor which creates an JBossExecutors.executorTask(DirectExecutor, Runnable) for each task.
 

Methods in org.jboss.threads with parameters of type WrappingExecutor
static Executor JBossExecutors.executor(WrappingExecutor delegate, DirectExecutor taskWrapper)
          An executor which delegates to a wrapping executor, wrapping each task in a task wrapper.
 


JBoss Threads 2.0.0.GA-redhat-2

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