Class ExpressionExperimentPlatformSwitchTaskImpl
java.lang.Object
ubic.gemma.core.job.AbstractTask<ExpressionExperimentPlatformSwitchTaskCommand>
ubic.gemma.core.tasks.analysis.expression.ExpressionExperimentPlatformSwitchTaskImpl
- All Implemented Interfaces:
Callable<TaskResult>, Task<ExpressionExperimentPlatformSwitchTaskCommand>, ExpressionExperimentPlatformSwitchTask
@Component
@Scope("prototype")
public class ExpressionExperimentPlatformSwitchTaskImpl
extends AbstractTask<ExpressionExperimentPlatformSwitchTaskCommand>
implements ExpressionExperimentPlatformSwitchTask
- Author:
- paul
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractTask
getTaskCommand, newTaskResult, setTaskCommandMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Task
getTaskCommand, setTaskCommand
-
Constructor Details
-
ExpressionExperimentPlatformSwitchTaskImpl
public ExpressionExperimentPlatformSwitchTaskImpl()
-
-
Method Details
-
call
- Specified by:
callin interfaceCallable<TaskResult>
-