public interface AsynchronousJob
| Modifier and Type | Method and Description |
|---|---|
boolean |
cancel() |
Map<String,Object> |
getContext()
The storage for context attributes.
|
long |
getExpirationDate() |
Long |
getJobId() |
String |
getJobURI()
Get relative URI of this asynchronous job.
|
ResourceMethodDescriptor |
getResourceMethod() |
Object |
getResult()
Get result of job.
|
boolean |
isDone() |
Long getJobId()
String getJobURI()
long getExpirationDate()
ResourceMethodDescriptor getResourceMethod()
boolean isDone()
boolean cancel()
Object getResult() throws IllegalStateException
isDone() .IllegalStateException - if job is not done yetCopyright © 2015. All rights reserved.