public interface Handle
| Modifier and Type | Method and Description |
|---|---|
void |
cancel()
Cancels the work.
|
java.lang.String |
getHandleId() |
int |
getQueuePosition()
Returns the position in the queue.
|
java.util.Iterator<com.technia.tvc.reportgenerator.ObjectRef> |
getSourceObjects() |
TaskFailure |
getTaskFailure()
Returns the
TaskFailure, if any. |
long |
getTime() |
boolean |
isCanceled() |
boolean |
isComplete() |
boolean |
isFailure() |
boolean |
isInactive() |
boolean |
isPending() |
boolean |
isRunning() |
boolean |
isSuccess() |
void |
release()
Releases this instance.
|
com.technia.tvc.reportgenerator.concurrent.Result |
waitForCompletion()
Waits for completion.
|
TaskFailure getTaskFailure()
TaskFailure, if any.TaskFailure, if any.int getQueuePosition()
java.util.Iterator<com.technia.tvc.reportgenerator.ObjectRef> getSourceObjects()
boolean isComplete()
boolean isInactive()
boolean isPending()
boolean isRunning()
boolean isSuccess()
boolean isFailure()
boolean isCanceled()
void cancel()
com.technia.tvc.reportgenerator.concurrent.Result waitForCompletion()
void release()
long getTime()
java.lang.String getHandleId()
Copyright ? Technia AB. All Rights Reserved.