JBoss Threads 2.0.0.GA-redhat-2

Uses of Interface
org.jboss.threads.TaskNotifier

Packages that use TaskNotifier
org.jboss.threads   
 

Uses of TaskNotifier in org.jboss.threads
 

Methods in org.jboss.threads with parameters of type TaskNotifier
static
<A> DirectExecutor
JBossExecutors.notifyingDirectExecutor(DirectExecutor delegate, TaskNotifier<Runnable,? super A> notifier, A attachment)
          Get a notifying direct executor.
static
<R extends Runnable,A>
Runnable
JBossExecutors.notifyingRunnable(R task, TaskNotifier<? super R,? super A> notifier, A attachment)
          Get a notifying runnable wrapper for a task.
static
<R extends Runnable,A>
void
JBossExecutors.run(R task, DirectExecutor directExecutor, TaskNotifier<? super R,? super A> notifier, A attachment)
          Run a task through the given direct executor, invoking the given notifier with the given attachment.
static
<R extends Runnable,A>
void
JBossExecutors.run(R task, TaskNotifier<? super R,? super A> notifier, A attachment)
          Run a task, invoking the given notifier with the given attachment.
 


JBoss Threads 2.0.0.GA-redhat-2

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