Package ubic.gemma.web.util
Class MockLongJobController
- java.lang.Object
-
- ubic.gemma.web.util.MockLongJobController
-
@Controller public class MockLongJobController extends Object
Controller that does nothing except wait a while. Used for tests.- Author:
- pavlidis
-
-
Field Summary
Fields Modifier and Type Field Description static int
JOB_LENGTH
-
Constructor Summary
Constructors Constructor Description MockLongJobController()
-
-
-
Field Detail
-
JOB_LENGTH
public static final int JOB_LENGTH
- See Also:
- Constant Field Values
-
-
Method Detail
-
runJob
public String runJob(TaskCommand command)
-
-