Package fr.gouv.vitam.common.thread
Class VitamThreadUtils
java.lang.Object
fr.gouv.vitam.common.thread.VitamThreadUtils
Utility to get access to VitamSession of the current Thread
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic VitamSession
Extracts the VitamSession from the local thread and returns it
-
Constructor Details
-
VitamThreadUtils
public VitamThreadUtils()
-
-
Method Details
-
getVitamSession
Extracts the VitamSession from the local thread and returns it- Returns:
- VitamSession
- Throws:
VitamThreadAccessException
-