See: Description
Class | Description |
---|---|
ThreadRenamingExecutor |
Class which wraps a
Executor and wraps all supplied tasks in a
ThreadRenamingRunnable . |
ThreadRenamingPriorityScheduler |
Class which wraps a
PrioritySchedulerService and wraps all supplied tasks in a
ThreadRenamingRunnable . |
ThreadRenamingRunnable |
A simple runnable wrapper which will rename the thread during execution, and set the name back
at the end of execution.
|
ThreadRenamingSchedulerService |
Class which wraps a
SchedulerService and wraps all supplied tasks in a
ThreadRenamingRunnable . |
ThreadRenamingSubmitterScheduler |
Class which wraps a
SubmitterScheduler and wraps all supplied tasks in a
ThreadRenamingRunnable . |