Package | Description |
---|---|
fr.gouv.vitam.common.client |
Contains generic VitamClient and associated basic implementation used as base for every specific client module.
|
fr.gouv.vitam.common.model |
This package contains simple POJOs and DTOs that may be shared commonly by all vitam internal components
|
fr.gouv.vitam.common.server |
Contains generic VitamServer and associated basic implementation to be used as a base for every module specific
application server.
|
fr.gouv.vitam.common.thread |
Vitam Thread package facility
|
Class and Description |
---|
VitamThreadPoolExecutor
Vitam ThreadPoolExecutor compatible with Jersey which copy the VitamSession from the main thread to the subthread
|
Class and Description |
---|
VitamThreadFactory.VitamThread
Vitam Thread implementation ; mainly used to attach a threadlocal session to it.
|
Class and Description |
---|
VitamThreadPoolExecutor
Vitam ThreadPoolExecutor compatible with Jersey which copy the VitamSession from the main thread to the subthread
|
Class and Description |
---|
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.
|
VitamThreadPoolExecutor
Vitam ThreadPoolExecutor compatible with Jersey which copy the VitamSession from the main thread to the subthread
|
Copyright © 2018 Vitam. All rights reserved.