Package com.tailf.ncs

Class NcsThreadPoolFactory

Object
com.tailf.ncs.NcsThreadPoolFactory
All Implemented Interfaces:
ThreadFactory

public class NcsThreadPoolFactory extends Object implements ThreadFactory
The customized thread Factory this is used for creating customized threads that uses UncaughtExceptionHandler and for thread that performs debug logging msg so we could interpret the thread dumps and error logs.
  • Constructor Details

    • NcsThreadPoolFactory

      public NcsThreadPoolFactory(String poolName)
  • Method Details