|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Executor
, ExecutorService
,
and ScheduledExecutorService
implementations for transparent
Subject
association with threads in an asynchronous execution environment.
See:
Description
Class Summary | |
---|---|
SubjectAwareExecutor | Executor implementation that will automatically first associate any argument
Runnable instances with the currently available Subject and then
dispatch the Subject-enabled runnable to an underlying delegate Executor
instance. |
SubjectAwareExecutorService | ExecutorService implementation that will automatically first associate any argument
Runnable or Callable instances with the currently available subject and then
dispatch the Subject-enabled runnable or callable to an underlying delegate
ExecutorService instance. |
SubjectAwareScheduledExecutorService | Same concept as the SubjectAwareExecutorService but additionally supports the
ScheduledExecutorService interface. |
Executor
, ExecutorService
,
and ScheduledExecutorService
implementations for transparent
Subject
association with threads in an asynchronous execution environment.
SubjectAwareExecutor
,
SubjectAwareExecutorService
,
SubjectAwareScheduledExecutorService
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |