public interface InvokeResultList extends ResultList<InvokeResult>
Modifier and Type | Method and Description |
---|---|
Tuple |
getReturn(int index)
The
getReturn method returns the result Tuple associated
with the specified index from the list of remote invocation results. |
java.util.Collection<Tuple> |
getReturns()
The
getReturns method returns a collection of Tuple objects
that were returned as the result of successful remote invocations. |
getError, getStatus, hasError
Tuple getReturn(int index)
getReturn
method returns the result Tuple
associated
with the specified index from the list of remote invocation results.index
- index into the list of results returned by the remote invocationsjava.util.Collection<Tuple> getReturns()
getReturns
method returns a collection of Tuple
objects
that were returned as the result of successful remote invocations. Results that
contain exceptions/errors will not be included.Copyright (c) 2013 TIBCO Software Inc. All rights reserved.