public interface ContactInfoListIterator extends Iterator<ContactInfo>
| Modifier and Type | Method and Description |
|---|---|
ContactInfoList |
getContactInfoList() |
RuntimeException |
getFailureException() |
void |
reportAddrDispositionRetry(ContactInfo contactInfo,
short disposition) |
boolean |
reportException(ContactInfo contactInfo,
RuntimeException exception) |
void |
reportRedirect(ContactInfo contactInfo,
IOR forwardedIOR) |
void |
reportSuccess(ContactInfo contactInfo) |
forEachRemaining, hasNext, next, removevoid reportAddrDispositionRetry(ContactInfo contactInfo, short disposition)
void reportRedirect(ContactInfo contactInfo, IOR forwardedIOR)
ContactInfoList getContactInfoList()
void reportSuccess(ContactInfo contactInfo)
boolean reportException(ContactInfo contactInfo, RuntimeException exception)
RuntimeException getFailureException()
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.