Uses of Interface
org.jboss.threads.TaskNotifier
Packages that use TaskNotifier
-
Uses of TaskNotifier in org.jboss.threads
Methods in org.jboss.threads with parameters of type TaskNotifierModifier and TypeMethodDescriptionstatic <A> DirectExecutorJBossExecutors.notifyingDirectExecutor(DirectExecutor delegate, TaskNotifier<Runnable, ? super A> notifier, A attachment) Get a notifying direct executor.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>
voidJBossExecutors.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>
voidJBossExecutors.run(R task, TaskNotifier<? super R, ? super A> notifier, A attachment) Run a task, invoking the given notifier with the given attachment.