Class Executor


  • public class Executor
    extends java.lang.Object
    • Field Detail

      • LOG

        protected static final org.apache.logging.log4j.Logger LOG
      • _Exceptions

        protected java.util.List<java.lang.Exception> _Exceptions
      • _Executor

        protected java.util.concurrent.ExecutorService _Executor
      • _MaxThreadCount

        protected final int _MaxThreadCount
    • Constructor Detail

      • Executor

        public Executor​(int MaxThreadCount)
    • Method Detail

      • addException

        public void addException​(java.lang.Exception E)
      • addRunnable

        public void addRunnable​(SimpleRunnable R)
                         throws java.lang.Exception
        Throws:
        java.lang.Exception
      • run

        public java.util.List<java.lang.Exception> run()
      • clean

        public void clean()