Class XThreadPool

    • Constructor Detail

      • XThreadPool

        public XThreadPool​(java.lang.Integer numThread,
                           java.lang.Integer sizeQueueMax)
      • XThreadPool

        public XThreadPool​(java.lang.String name)
    • Method Detail

      • sizeQueue

        public int sizeQueue()
      • submit

        public boolean submit​(java.lang.Runnable func)
      • shutdown

        public boolean shutdown()
      • shutdown

        public boolean shutdown​(long msWait)
      • getName

        public java.lang.String getName()
      • getNumThread

        public java.lang.Integer getNumThread()
      • getSizeQueueMax

        public java.lang.Integer getSizeQueueMax()
      • getIsProfiler

        public java.lang.Boolean getIsProfiler()