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