Package | Description |
---|---|
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.thread |
Vitam Thread package facility
|
fr.gouv.vitam.processing.model |
Specific model class for the distributor
|
Modifier and Type | Method and Description |
---|---|
static VitamSession |
VitamSession.from(VitamSession origin)
Build a clone of the original VitamSession, attached to the same thread.
|
VitamSession |
VitamSession.setOther(Object other) |
Modifier and Type | Method and Description |
---|---|
static VitamSession |
VitamSession.from(VitamSession origin)
Build a clone of the original VitamSession, attached to the same thread.
|
void |
VitamSession.mutateFrom(VitamSession newSession)
Get the content of a given VitamSession and copy its internal values to the current instance
|
Modifier and Type | Method and Description |
---|---|
static VitamSession |
VitamThreadUtils.getVitamSession()
Extracts the VitamSession from the local thread and returns it
|
VitamSession |
VitamThreadFactory.VitamThread.getVitamSession() |
Modifier and Type | Method and Description |
---|---|
VitamSession |
WorkerAsyncRequest.getSession() |
Constructor and Description |
---|
WorkerAsyncRequest(DescriptionStep descriptionStep,
Callbackable<WorkerAsyncResponse> callingProcess,
Set<WorkerAsyncRequest> currentRunningObjectsInStep,
String queueId,
Semaphore waitingStepAllAsyncRequest,
VitamSession session)
Default constructor
|
Copyright © 2018 Vitam. All rights reserved.