Uses of Interface
org.jboss.threads.WrappingExecutor
Packages that use WrappingExecutor
-
Uses of WrappingExecutor in org.jboss.threads
Methods in org.jboss.threads that return WrappingExecutorModifier and TypeMethodDescriptionstatic WrappingExecutorJBossExecutors.wrappingExecutor(Executor delegate) Create a wrapping executor for a delegate executor which creates anJBossExecutors.executorTask(DirectExecutor, Runnable)for each task.Methods in org.jboss.threads with parameters of type WrappingExecutorModifier and TypeMethodDescriptionstatic ExecutorJBossExecutors.executor(WrappingExecutor delegate, DirectExecutor taskWrapper) An executor which delegates to a wrapping executor, wrapping each task in a task wrapper.