Package ubic.gemma.core.job
Interface Task<C extends TaskCommand>
-
- All Superinterfaces:
Callable<TaskResult>
- All Known Subinterfaces:
ArrayDesignRepeatScanTask
,BatchInfoFetchTask
,BioAssayOutlierProcessingTask
,CharacteristicUpdateTask
,DifferentialExpressionAnalysisTask
,DifferentialExpressionSearchTask
,DiffExMetaAnalyzerTask
,ExpressionExperimentLoadTask
,ExpressionExperimentReportTask
,IndexerTask
,PreprocessExperimentTask
,SvdTask
- All Known Implementing Classes:
AbstractTask
,ArrayDesignProbeMapperTaskImpl
,ArrayDesignRepeatScanTaskImpl
,BatchInfoFetchTaskImpl
,BioAssayOutlierProcessingTaskImpl
,CharacteristicUpdateTaskImpl
,DifferentialExpressionAnalysisTaskImpl
,DifferentialExpressionSearchTaskImpl
,DiffExMetaAnalyzerTaskImpl
,ExpressionExperimentLoadTaskImpl
,ExpressionExperimentReportTaskImpl
,IndexerTaskImpl
,LinkAnalysisTaskImpl
,PreprocessTaskImpl
,SvdTaskImpl
,TwoChannelMissingValueTaskImpl
public interface Task<C extends TaskCommand> extends Callable<TaskResult>
- Author:
- anton
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description C
getTaskCommand()
void
setTaskCommand(C taskCommand)
-