Interface Executable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExecStatusgetExecStatus()Gets the execution status.AsyncResult<?>getResult()Gets the process result.voidsetFinishedNotificationReceiver(java.lang.Object aReceiver)Sets an object which should receive notifications of status changes.
-
-
-
Method Detail
-
getExecStatus
ExecStatus getExecStatus()
Gets the execution status.- Returns:
- an instance of
ExecStatus
-
setFinishedNotificationReceiver
void setFinishedNotificationReceiver(java.lang.Object aReceiver)
Sets an object which should receive notifications of status changes.- Parameters:
aReceiver- the receiving object
-
getResult
AsyncResult<?> getResult()
Gets the process result.- Returns:
- an instance of
AsyncResultwith generic type
-
-