felix.society
Class TaskList.TaskListExecutionWorker

java.lang.Object
  extended by felix.society.Worker
      extended by felix.society.TaskList.TaskListExecutionWorker
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
TaskList

public class TaskList.TaskListExecutionWorker
extends Worker

Worker for running this TaskList.

Author:
czhang

Constructor Summary
TaskList.TaskListExecutionWorker(java.util.ArrayList<Task> _subtasks, java.util.concurrent.ExecutorService _pool)
           
 
Method Summary
 void run()
          Run!!!!
 
Methods inherited from class felix.society.Worker
getException, submitException
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TaskList.TaskListExecutionWorker

public TaskList.TaskListExecutionWorker(java.util.ArrayList<Task> _subtasks,
                                        java.util.concurrent.ExecutorService _pool)
Method Detail

run

public void run()
Description copied from class: Worker
Run!!!!

Specified by:
run in interface java.lang.Runnable
Specified by:
run in class Worker