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 IOR
getEffectiveTargetIOR()
LocalClientRequestDispatcher
getLocalClientRequestDispatcher()
IOR
getTargetIOR()
int
hashCode()
java.util.Iterator<ContactInfo>
iterator()
void
setEffectiveTargetIOR(IOR locatedIor)
void
setTargetIOR(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:
hashCode
in classjava.lang.Object
-
-