public interface ContactInfoListIterator extends Iterator
ContactInfoIterator is used to retrieve individual
ContactInfo.| Modifier and Type | Method and Description |
|---|---|
ContactInfoList |
getContactInfoList()
The underlying list for this iterator.
|
RuntimeException |
getFailureException()
The exception to report to the presentation block.
|
boolean |
reportException(ContactInfo contactInfo,
RuntimeException exception)
Used to report information to the iterator to be used
in future invocations.
|
void |
reportSuccess(ContactInfo contactInfo)
Used to report information to the iterator to be used
in future invocations.
|
forEachRemaining, hasNext, next, removeContactInfoList getContactInfoList()
void reportSuccess(ContactInfo contactInfo)
contactInfo - The
ContactInfo
obtained from this iterator which resulted in a successful invocation.boolean reportException(ContactInfo contactInfo, RuntimeException exception)
contactInfo - The
ContactInfo
in effect when an invocation exception occurs.exception - The
RuntimeException.RuntimeException getFailureException()
reportException(com.sun.corba.se.pept.transport.ContactInfo, java.lang.RuntimeException)).Copyright © 2018 JBoss by Red Hat. All rights reserved.