Class | Description |
---|---|
RunWithCustomExecutorRule |
Junit Test rule used to run tests with a given
Executor ; such tests should be annotated with the
RunWithCustomExecutor annotation. |
VitamThreadFactory |
Simple ThreadFactory setting Threads to be Daemon threads (do not prevent shutdown) ; in addition, creates
VitamThread allowing us to put session information in those threads.
|
VitamThreadFactory.VitamThread |
Vitam Thread implementation ; mainly used to attach a threadlocal session to it.
|
VitamThreadPoolExecutor |
Vitam ThreadPoolExecutor compatible with Jersey which copy the VitamSession from the main thread to the subthread
|
VitamThreadPoolExecutorProvider |
VItamThreadPoolExecutorProvider
|
VitamThreadUtils |
Utility to get access to VitamSession of the current Thread
|
Annotation Type | Description |
---|---|
RunWithCustomExecutor |
Junit Test method annotation used to run the associated test in a specific Thread (
RunWithCustomExecutorRule . |
Copyright © 2018 Vitam. All rights reserved.