Package com.sun.corba.ee.spi.transport
Interface ContactInfoList
- All Known Implementing Classes:
ContactInfoListImpl,NoConnectionCacheImpl.NCCContactInfoListImpl,SocketFactoryContactInfoListImpl
public interface ContactInfoList
-
Method Summary
Modifier and TypeMethodDescriptioninthashCode()iterator()voidsetEffectiveTargetIOR(IOR locatedIor) voidsetTargetIOR(IOR ior)
-
Method Details
-
iterator
Iterator<ContactInfo> iterator() -
setTargetIOR
-
getTargetIOR
IOR getTargetIOR() -
setEffectiveTargetIOR
-
getEffectiveTargetIOR
IOR getEffectiveTargetIOR() -
getLocalClientRequestDispatcher
LocalClientRequestDispatcher getLocalClientRequestDispatcher() -
hashCode
int hashCode()
-