Package com.sun.corba.ee.spi.transport
Interface ContactInfoList
-
- All Known Implementing Classes:
ContactInfoListImpl,NoConnectionCacheImpl.NCCContactInfoListImpl,SocketFactoryContactInfoListImpl
public interface ContactInfoList
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IORgetEffectiveTargetIOR()LocalClientRequestDispatchergetLocalClientRequestDispatcher()IORgetTargetIOR()inthashCode()java.util.Iterator<ContactInfo>iterator()voidsetEffectiveTargetIOR(IOR locatedIor)voidsetTargetIOR(IOR ior)
-
-
-
Method Detail
-
iterator
java.util.Iterator<ContactInfo> iterator()
-
setTargetIOR
void setTargetIOR(IOR ior)
-
getTargetIOR
IOR getTargetIOR()
-
setEffectiveTargetIOR
void setEffectiveTargetIOR(IOR locatedIor)
-
getEffectiveTargetIOR
IOR getEffectiveTargetIOR()
-
getLocalClientRequestDispatcher
LocalClientRequestDispatcher getLocalClientRequestDispatcher()
-
hashCode
int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-