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.
简历导出线程方法
| 从类 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.