类 Task

    • 字段概要

      字段 
      修饰符和类型 字段 说明
      protected boolean shutdown  
    • 构造器概要

      构造器 
      构造器 说明
      Task()  
    • 方法概要

      所有方法 实例方法 抽象方法 具体方法 
      修饰符和类型 方法 说明
      protected void after()
      after executeBody should do.
      protected abstract void executeBody()
      Task executive.
      void run()  
      void shutdown()  
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 字段详细资料

      • shutdown

        protected volatile boolean shutdown
    • 构造器详细资料

      • Task

        public Task()
    • 方法详细资料

      • run

        public void run()
        指定者:
        run 在接口中 java.lang.Runnable
      • executeBody

        protected abstract void executeBody()
        Task executive.
      • after

        protected void after()
        after executeBody should do.
      • shutdown

        public void shutdown()