com.trows.taskExecutor.runnable
类 SyncEndRunnable

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

public class SyncEndRunnable
extends Object
implements BaseRunnable, Comparable<SyncEndRunnable>, Cloneable

Created by pengruoying on 2017/4/5.


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

构造方法详细信息

SyncEndRunnable

public SyncEndRunnable(BaseRunnable runnable,
                       List<Future> list)
方法详细信息

getPriority

public long getPriority()

before

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

after

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

compareTo

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

run

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


Copyright © 2017. All Rights Reserved.