public interface ContactInfoListIterator extends Iterator<ContactInfo>
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.
|
ContactInfoList 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(org.jboss.com.sun.corba.se.pept.transport.ContactInfo, java.lang.RuntimeException)
).Copyright © 2018 JBoss by Red Hat. All rights reserved.