com.trows.taskExecutor.runnable
类 AbstractRunnable

java.lang.Object
  继承者 com.trows.taskExecutor.runnable.AbstractRunnable
所有已实现的接口:
BaseRunnable, Cloneable, Comparable<AbstractRunnable>, Runnable

public abstract class AbstractRunnable
extends Object
implements BaseRunnable, Comparable<AbstractRunnable>, Cloneable

Created by pengruoying on 2017/3/28. 简历导出线程方法


构造方法摘要
AbstractRunnable()
           
 
方法摘要
abstract  void after()
           
abstract  void before()
           
 int compareTo(AbstractRunnable runnable)
           
 long getPriority()
           
abstract  void run()
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

AbstractRunnable

public AbstractRunnable()
方法详细信息

getPriority

public long getPriority()

before

public abstract void before()
指定者:
接口 BaseRunnable 中的 before

run

public abstract void run()
指定者:
接口 Runnable 中的 run

after

public abstract void after()
指定者:
接口 BaseRunnable 中的 after

compareTo

public int compareTo(AbstractRunnable runnable)
指定者:
接口 Comparable<AbstractRunnable> 中的 compareTo


Copyright © 2017. All Rights Reserved.