Class VitamThreadFactory

java.lang.Object
fr.gouv.vitam.common.thread.VitamThreadFactory
All Implemented Interfaces:
ThreadFactory

public class VitamThreadFactory extends Object implements ThreadFactory
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.