com.trows.taskExecutor.Task
类 ListTask
java.lang.Object
com.trows.taskExecutor.Task.ListTask
- 所有已实现的接口:
- Task
public class ListTask
- extends Object
- implements Task
Created by pengruoying on 2017/4/5.
主任务方法
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ListTask
public ListTask(Class runnableClass)
ListTask
public ListTask(List taskList,
Class runnableClass)
ListTask
public ListTask(List taskList,
Class runnableClass,
Map<String,Object> params)
doTask
public boolean doTask()
throws IllegalRunnableException
- 指定者:
- 接口
Task 中的 doTask
- 抛出:
IllegalRunnableException
doTask
public boolean doTask(int availabilityThread)
throws IllegalRunnableException
- 指定者:
- 接口
Task 中的 doTask
- 抛出:
IllegalRunnableException
doTaskAsyn
public void doTaskAsyn()
throws IllegalRunnableException
- 指定者:
- 接口
Task 中的 doTaskAsyn
- 抛出:
IllegalRunnableException
doTaskAsyn
public void doTaskAsyn(int availabilityThread)
throws IllegalRunnableException
- 指定者:
- 接口
Task 中的 doTaskAsyn
- 抛出:
IllegalRunnableException
Copyright © 2017. All Rights Reserved.