Class WorkerInformation
- java.lang.Object
-
- fr.gouv.vitam.processing.distributor.core.WorkerInformation
-
public class WorkerInformation extends java.lang.ObjectWorker information class
-
-
Constructor Summary
Constructors Constructor Description WorkerInformation()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description WorkerBeangetWorkerBean()static java.lang.ThreadLocal<WorkerInformation>getWorkerThreadLocal()voidsetWorkerBean(WorkerBean workerBean)
-
-
-
Method Detail
-
getWorkerThreadLocal
public static java.lang.ThreadLocal<WorkerInformation> getWorkerThreadLocal()
- Returns:
- the local thread
-
getWorkerBean
public WorkerBean getWorkerBean()
- Returns:
- the worker bean
-
setWorkerBean
public void setWorkerBean(WorkerBean workerBean)
- Parameters:
workerBean-
-
-