Class SocketFactoryContactInfoListIteratorImpl
java.lang.Object
com.sun.corba.ee.impl.transport.ContactInfoListIteratorImpl
com.sun.corba.ee.impl.legacy.connection.SocketFactoryContactInfoListIteratorImpl
- All Implemented Interfaces:
ContactInfoListIterator
,Iterator<ContactInfo>
-
Field Summary
FieldsFields inherited from class com.sun.corba.ee.impl.transport.ContactInfoListIteratorImpl
contactInfoList, effectiveTargetIORIterator, failedEndpoints, failureException, isAddrDispositionRetry, listOfContactInfos, orb, previousContactInfo, primaryContactInfo, primaryToContactInfo, retryWithPreviousContactInfo, tcpTimeouts, waiter, wrapper
-
Constructor Summary
ConstructorsConstructorDescriptionSocketFactoryContactInfoListIteratorImpl
(ORB orb, ContactInfoList corbaContactInfoList) -
Method Summary
Modifier and TypeMethodDescriptionboolean
hasNext()
next()
boolean
reportException
(ContactInfo contactInfo, RuntimeException ex) Methods inherited from class com.sun.corba.ee.impl.transport.ContactInfoListIteratorImpl
getContactInfoList, getFailureException, remove, reportAddrDispositionRetry, reportRedirect, reportSuccess, updateEffectiveTargetIOR
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining
-
Field Details
-
socketInfoCookie
-
-
Constructor Details
-
SocketFactoryContactInfoListIteratorImpl
-
-
Method Details
-
hasNext
public boolean hasNext()- Specified by:
hasNext
in interfaceIterator<ContactInfo>
- Overrides:
hasNext
in classContactInfoListIteratorImpl
-
next
- Specified by:
next
in interfaceIterator<ContactInfo>
- Overrides:
next
in classContactInfoListIteratorImpl
-
reportException
- Specified by:
reportException
in interfaceContactInfoListIterator
- Overrides:
reportException
in classContactInfoListIteratorImpl
-