Package ubic.gemma.core.job
Class TaskResult
java.lang.Object
ubic.gemma.core.job.TaskResult
- All Implemented Interfaces:
Serializable
This class describes the result of long-running task. Like a Future, constructed at the time of task completion.
- Author:
- keshav
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TaskResult
-
-
Method Details
-
getAnswer
The answer of this task, may be anExceptionornull. -
getException
-