Uses of Class
planetj.dataengine.autorun.AutoRunTask

Packages that use AutoRunTask
planetj.dataengine.autorun   
 

Uses of AutoRunTask in planetj.dataengine.autorun
 

Subclasses of AutoRunTask in planetj.dataengine.autorun
 class BatchProcessTask
          A Task used for processing the results of an operation periodically.
 class EmailTask
          A Task used for sending out an operation periodically via email
 

Methods in planetj.dataengine.autorun that return AutoRunTask
 AutoRunTask EmailOperation.createAutoRunTask(Operation o)
          Creates a AutoRunTask which will be used to automatically run a specified operation (different than this operation)
 AutoRunTask AutoRunTask.cloneTask()
          Clones this task.
abstract  AutoRunTask AutoRunOperation.createAutoRunTask(Operation pOperation)
          Creates a AutoRunTask which will be used to automatically run a specified operation (different than this operation)
 AutoRunTask AutoRunBatchProcessOperation.createAutoRunTask(Operation o)
          Creates a BatchProcessTask which will be used to automatically run a process the results of another Operation this Operation describes.
 

Methods in planetj.dataengine.autorun with parameters of type AutoRunTask
 void AutoRunManager.schedule(AutoRunTask pTask)
          Schedules a task.