public static interface ResourceList.ResponseIterator<V>
Iterator
boolean hasNext()
Iterator.hasNext()
V next() throws WvcmException, NoSuchElementException
WvcmException
- indicates that the method failed on this element
of the ResourceList.
If WvcmException.ReasonCode
is WvcmException.ReasonCode.ABORTED
,
it does not indicate the method has failed on this element,
but instead indicates that an abort requested through Feedback
has terminated the ResponseIterator.
After this exception is handled, unless the reason code is WvcmException.ReasonCode.ABORTED
,
further calls to hasNext() and next() are valid,
and will process the remaining elements of the ResourceList.NoSuchElementException
- iteration has no more elements.Iterator.next()
void release()
Copyright © IBM 2017. All rights reserved.