Class MThreadPool.ThreadContainer

  • All Implemented Interfaces:
    Runnable
    Enclosing class:
    MThreadPool

    protected static class MThreadPool.ThreadContainer
    extends Thread
    • Constructor Detail

    • Method Detail

      • newWork

        public boolean newWork​(MThreadPool _task)
      • isWorking

        public boolean isWorking()
      • isRunning

        public boolean isRunning()
      • stopRunning

        public boolean stopRunning()
      • getSleepTime

        public long getSleepTime()
      • run

        public void run()
        Specified by:
        run in interface Runnable
        Overrides:
        run in class Thread