Package com.sun.corba.ee.spi.transport
Interface ContactInfoListIterator
- All Superinterfaces:
Iterator<ContactInfo>
- All Known Implementing Classes:
ContactInfoListIteratorImpl,SocketFactoryContactInfoListIteratorImpl
-
Method Summary
Modifier and TypeMethodDescriptionvoidreportAddrDispositionRetry(ContactInfo contactInfo, short disposition) booleanreportException(ContactInfo contactInfo, RuntimeException exception) voidreportRedirect(ContactInfo contactInfo, IOR forwardedIOR) voidreportSuccess(ContactInfo contactInfo) Methods inherited from interface java.util.Iterator
forEachRemaining, hasNext, next, remove
-
Method Details
-
reportAddrDispositionRetry
-
reportRedirect
-
getContactInfoList
ContactInfoList getContactInfoList() -
reportSuccess
-
reportException
-
getFailureException
RuntimeException getFailureException()
-