| Package | Description |
|---|---|
| org.granite.tide.invocation |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ContextUpdate> |
InvocationResult.getResults() |
java.util.List<ContextUpdate> |
InvocationCall.getUpdates() |
| Modifier and Type | Method and Description |
|---|---|
void |
InvocationResult.setResults(java.util.List<ContextUpdate> results) |
void |
InvocationCall.setUpdates(java.util.List<ContextUpdate> updates) |
| Constructor and Description |
|---|
InvocationResult(java.lang.Object result,
java.util.List<ContextUpdate> results) |