Method Summary |
|
abstract public void | cancel() Cancel the current operation. |
abstract public String | getDescription() Returns a String containing a human readable description of the executing
operation. |
final public long | getEndTime() Returns the operation completion time. |
final public long | getStartTime() Returns the operation starting time. |
public int | getStatus() Return the current status of the operation. |
public void | notifyCompletion(boolean isSuccess) Notify the completion of the operation with success or not. |
final public void | setEndTime(long endTime) Sets the operation end time value. |
final public void | setStartTime(long startTime) Sets the operation starting time value. |
public void | waitForCompletion() Wait for the operation completion. |