public interface Result
Modifier and Type | Interface and Description |
---|---|
static class |
Result.STATUS |
Modifier and Type | Method and Description |
---|---|
TreeNode<Resource> |
getResultTree()
Obtain the results of the request invocation as a Tree structure.
|
ResultStatus |
getStatus() |
boolean |
isSynchronous()
Determine whether the request was handled synchronously.
|
void |
setResultStatus(ResultStatus status) |
TreeNode<Resource> getResultTree()
boolean isSynchronous()
ResultStatus getStatus()
void setResultStatus(ResultStatus status)
Copyright © 2015. All rights reserved.