Package com.sun.corba.se.pept.transport
Interface ContactInfoList
- All Known Subinterfaces:
CorbaContactInfoList
- All Known Implementing Classes:
CorbaContactInfoListImpl,SocketFactoryContactInfoListImpl
public interface ContactInfoList
ContactInfoList contains one or more
ContactInfo.
- Author:
- Harold Carr
-
Method Summary
Modifier and TypeMethodDescriptioniterator()Used to get aContactInfoListIteratorto retrieve individualContactInfofrom the list.
-
Method Details
-
iterator
Iterator iterator()Used to get aContactInfoListIteratorto retrieve individualContactInfofrom the list.- Returns:
- A
ContactInfoListIterator.
-