|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SubjectAwareExecutor | |
---|---|
org.apache.shiro.concurrent | Executor , ExecutorService ,
and ScheduledExecutorService implementations for transparent
Subject association with threads in an asynchronous execution environment. |
Uses of SubjectAwareExecutor in org.apache.shiro.concurrent |
---|
Subclasses of SubjectAwareExecutor in org.apache.shiro.concurrent | |
---|---|
class |
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. |
class |
SubjectAwareScheduledExecutorService
Same concept as the SubjectAwareExecutorService but additionally supports the
ScheduledExecutorService interface. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |