Package ubic.gemma.web.util
Interface MockLongJobController
-
- All Known Implementing Classes:
MockLongJobControllerImpl
public interface MockLongJobController
Note: do not use parameterized collections as parameters for ajax methods in this class! Type information is lost during proxy creation so DWR can't figure out what type of collection the method should take. See bug 2756. Use arrays instead.
-
-
Field Summary
Fields Modifier and Type Field Description static int
JOB_LENGTH
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
runJob(TaskCommand command)
-
-
-
Field Detail
-
JOB_LENGTH
static final int JOB_LENGTH
- See Also:
- Constant Field Values
-
-
Method Detail
-
runJob
String runJob(TaskCommand command)
-
-