Uses of Class
org.dftproject.genesis.core.research.Task

Packages that use Task
org.dftproject.genesis.core.research   
org.dftproject.pgvagent.core   
 

Uses of Task in org.dftproject.genesis.core.research
 

Methods in org.dftproject.genesis.core.research that return types with arguments of type Task
 java.util.Set<Task> TaskFamily.getTasks()
          Returns the set of tasks that comprise this family.
 

Methods in org.dftproject.genesis.core.research with parameters of type Task
 void TaskFamily.addTask(Task task)
          Adds a task to this family.
 void PooledTaskFamily.execute(Task task)
          Executes the given task using the thread pool.
protected  void TaskFamily.removeTask(Task task)
          Removes a task from this family
protected  void ResearchManager.taskAdded(Task task)
          Notifies the listeners that the given task has been added to a task family which belongs to an objective.
 void ResearchListenerAdapter.taskAdded(Task task)
           
protected  void Objective.taskAdded(Task task)
          Called when the given task is added to one of this objective's task families.
 void IResearchListener.taskAdded(Task task)
          Notification that the given task has been added.
protected  void TaskFamily.taskCanceled(Task task)
          Called when a task that belongs to this family is canceled.
protected  void ResearchManager.taskCanceled(Task task)
          Notifies the listeners that the given task (which belongs to a task family which belongs to an objective) has been canceled.
 void ResearchListenerAdapter.taskCanceled(Task task)
           
protected  void Objective.taskCanceled(Task task)
          Called when the given task from one of this objective's task families is canceled.
 void IResearchListener.taskCanceled(Task task)
          Notification that the given task has been canceled.
protected  void ResearchManager.taskRemoved(Task task)
          Notifies the listeners that the given task (which belongs to a task family which belongs to an objective) has been removed.
 void ResearchListenerAdapter.taskRemoved(Task task)
           
protected  void Objective.taskRemoved(Task task)
          Called when the given task from one of this objective's task families is removed.
 void IResearchListener.taskRemoved(Task task)
          Notification that the given task has been removed.
protected  void TaskFamily.taskUpdated(Task task)
          Called when a task that belongs to this family is updated.
protected  void ResearchManager.taskUpdated(Task task)
          Notifies the listeners that the given task (which belongs to a task family which belongs to an objective) has been updated.
 void ResearchListenerAdapter.taskUpdated(Task task)
           
protected  void Objective.taskUpdated(Task task)
          Called when the given task from one of this objective's task families is updated.
 void IResearchListener.taskUpdated(Task task)
          Notification that the given task has been updated.
 

Uses of Task in org.dftproject.pgvagent.core
 

Subclasses of Task in org.dftproject.pgvagent.core
 class PGVSearch
          A task to search a PGV website.
 class PGVUpdate
          A task to update a record using PGV sites.