static ContextualScheduledExecutorService |
ContextualExecutors.scheduledThreadPool() |
|
static ContextualScheduledExecutorService |
ContextualExecutors.scheduledThreadPool(int poolSize,
ThreadFactory threadFactory) |
|
static ContextualScheduledExecutorService |
ContextualExecutors.wrap(ScheduledExecutorService delegate) |
Wraps the executor service in contextual executor and is said to be managed.
|
static ContextualScheduledExecutorService |
ContextualExecutors.wrap(ScheduledExecutorService delegate,
boolean managed) |
Wraps the executor service in contextual executor and is said to be managed.
|
static ContextualScheduledExecutorService |
ContextualExecutors.wrapOrLookup(ScheduledExecutorService delegate) |
If the delegate is not null, it is wrapped.
|