Class BatchInfoFetchTaskImpl
java.lang.Object
ubic.gemma.core.job.AbstractTask<BatchInfoFetchTaskCommand>
ubic.gemma.core.tasks.analysis.expression.BatchInfoFetchTaskImpl
- All Implemented Interfaces:
Callable<TaskResult>,Task<BatchInfoFetchTaskCommand>,BatchInfoFetchTask
@Component
@Scope("prototype")
public class BatchInfoFetchTaskImpl
extends AbstractTask<BatchInfoFetchTaskCommand>
implements BatchInfoFetchTask
Task to try to get 'batch' information about an experiment. This usually involves downloading raw data files from the
provider.
- Author:
- paul
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ubic.gemma.core.job.AbstractTask
getTaskCommand, newTaskResult, setTaskCommandMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ubic.gemma.core.job.Task
getTaskCommand, setTaskCommand
-
Constructor Details
-
BatchInfoFetchTaskImpl
public BatchInfoFetchTaskImpl()
-
-
Method Details
-
call
- Specified by:
callin interfaceCallable<TaskResult>
-