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

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

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

Subclasses of TaskFamily in org.dftproject.genesis.core.research
 class PooledTaskFamily
          A pooled task family maintains an internal thread pool which is used to execute tasks.
 

Methods in org.dftproject.genesis.core.research that return TaskFamily
 TaskFamily Task.getFamily()
          Returns this tasks's family.
 

Methods in org.dftproject.genesis.core.research that return types with arguments of type TaskFamily
 java.util.Set<TaskFamily> Objective.getTaskFamilies()
          Returns the set of task families working on this objective.
 

Methods in org.dftproject.genesis.core.research with parameters of type TaskFamily
 void Objective.addTaskFamily(TaskFamily family)
          Adds the given task family to this objective.
protected  void ResearchManager.familyAdded(TaskFamily family)
          Notifies the listeners that the given task family has been added to an objective.
 void ResearchListenerAdapter.familyAdded(TaskFamily family)
           
 void IResearchListener.familyAdded(TaskFamily family)
          Notification that the given family has been added.
protected  void ResearchManager.familyCanceled(TaskFamily family)
          Notifies the listeners that the given task family (which belongs to an objective) has been canceled.
 void ResearchListenerAdapter.familyCanceled(TaskFamily family)
           
protected  void Objective.familyCanceled(TaskFamily family)
          Called when the given task family is canceled.
 void IResearchListener.familyCanceled(TaskFamily family)
          Notification that the given family has been canceled.
protected  void ResearchManager.familyRemoved(TaskFamily family)
          Notifies the listeners that the given task family (which belongs to an objective) has been removed.
 void ResearchListenerAdapter.familyRemoved(TaskFamily family)
           
 void IResearchListener.familyRemoved(TaskFamily family)
          Notification that the given family has been removed.
protected  void ResearchManager.familyUpdated(TaskFamily family)
          Notifies the listeners that the given task family (which belongs to an objective) has been updated.
 void ResearchListenerAdapter.familyUpdated(TaskFamily family)
           
protected  void Objective.familyUpdated(TaskFamily family)
          Called when the given task family is updated.
 void IResearchListener.familyUpdated(TaskFamily family)
          Notification that the given family has been updated.
 void IFamilyListener.finished(TaskFamily family)
          Notification that the given family has finished.
protected  void Objective.removeTaskFamily(TaskFamily family)
          Removes the given task family from this objective.
 

Constructors in org.dftproject.genesis.core.research with parameters of type TaskFamily
Task(TaskFamily family)
          Creates a task in the given task family.
 

Uses of TaskFamily in org.dftproject.pgvagent.core
 

Constructors in org.dftproject.pgvagent.core with parameters of type TaskFamily
PGVSearch(TaskFamily family, IResourceNode site, java.lang.String query, DataView view)
          Creates a task to search the given PGV website.
PGVUpdate(TaskFamily family, IResourceNode target, DataView view)
          Creates a task to update a record using PGV sites.