public interface TaskManager
Note: Adding functions to this interface will NOT be considered as breaking binary compatibility.
| Modifier and Type | Method and Description |
|---|---|
String |
getCode()
Returns task identification code.
|
Map<String,String> |
getExceptionDetails()
Returns details about the exception.
|
Map<String,String> |
getResult()
Returns task result.
|
boolean |
isDone()
Returns whether task is done.
|
void |
stop()
Stops task execution.
|
void |
waitTillDone()
Waits until task is done.
|
String getCode()
boolean isDone()
Map<String,String> getResult()
Map<String,String> getExceptionDetails()
void stop()
void waitTillDone()
Copyright © 2016. All rights reserved.