Package com.sun.corba.ee.spi.transport
Interface ContactInfoListIterator
- All Superinterfaces:
Iterator<ContactInfo>
- All Known Implementing Classes:
ContactInfoListIteratorImpl
,SocketFactoryContactInfoListIteratorImpl
-
Method Summary
Modifier and TypeMethodDescriptionvoid
reportAddrDispositionRetry
(ContactInfo contactInfo, short disposition) boolean
reportException
(ContactInfo contactInfo, RuntimeException exception) void
reportRedirect
(ContactInfo contactInfo, IOR forwardedIOR) void
reportSuccess
(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()
-