Uses of Interface
com.sun.corba.ee.spi.transport.ContactInfoList
-
-
Uses of ContactInfoList in com.sun.corba.ee.impl.legacy.connection
Classes in com.sun.corba.ee.impl.legacy.connection that implement ContactInfoList Modifier and Type Class Description class
SocketFactoryContactInfoListImpl
Constructors in com.sun.corba.ee.impl.legacy.connection with parameters of type ContactInfoList Constructor Description SocketFactoryContactInfoImpl(ORB orb, ContactInfoList contactInfoList, IOR effectiveTargetIOR, short addressingDisposition, SocketInfo cookie)
SocketFactoryContactInfoListIteratorImpl(ORB orb, ContactInfoList corbaContactInfoList)
-
Uses of ContactInfoList in com.sun.corba.ee.impl.orb
Methods in com.sun.corba.ee.impl.orb that return ContactInfoList Modifier and Type Method Description ContactInfoList
ParserTable.TestContactInfoListFactory. create(IOR ior)
-
Uses of ContactInfoList in com.sun.corba.ee.impl.plugin.hwlb
Classes in com.sun.corba.ee.impl.plugin.hwlb that implement ContactInfoList Modifier and Type Class Description static class
NoConnectionCacheImpl.NCCContactInfoListImpl
Constructors in com.sun.corba.ee.impl.plugin.hwlb with parameters of type ContactInfoList Constructor Description NCCContactInfoImpl(ORB orb, ContactInfoList contactInfoList, IOR effectiveTargetIOR, short addressingDisposition, java.lang.String socketType, java.lang.String hostname, int port)
-
Uses of ContactInfoList in com.sun.corba.ee.impl.protocol
Fields in com.sun.corba.ee.impl.protocol declared as ContactInfoList Modifier and Type Field Description private ContactInfoList
ClientDelegateImpl. contactInfoList
Methods in com.sun.corba.ee.impl.protocol that return ContactInfoList Modifier and Type Method Description ContactInfoList
ClientDelegateImpl. getContactInfoList()
Constructors in com.sun.corba.ee.impl.protocol with parameters of type ContactInfoList Constructor Description ClientDelegateImpl(ORB orb, ContactInfoList contactInfoList)
-
Uses of ContactInfoList in com.sun.corba.ee.impl.transport
Classes in com.sun.corba.ee.impl.transport that implement ContactInfoList Modifier and Type Class Description class
ContactInfoListImpl
Fields in com.sun.corba.ee.impl.transport declared as ContactInfoList Modifier and Type Field Description protected ContactInfoList
ContactInfoBase. contactInfoList
protected ContactInfoList
ContactInfoListIteratorImpl. contactInfoList
Methods in com.sun.corba.ee.impl.transport that return ContactInfoList Modifier and Type Method Description ContactInfoList
ContactInfoBase. getContactInfoList()
ContactInfoList
ContactInfoListIteratorImpl. getContactInfoList()
Constructors in com.sun.corba.ee.impl.transport with parameters of type ContactInfoList Constructor Description ContactInfoImpl(ORB orb, ContactInfoList contactInfoList)
ContactInfoImpl(ORB orb, ContactInfoList contactInfoList, IOR effectiveTargetIOR, short addressingDisposition, java.lang.String socketType, java.lang.String hostname, int port)
ContactInfoImpl(ORB orb, ContactInfoList contactInfoList, java.lang.String socketType, java.lang.String hostname, int port)
ContactInfoListIteratorImpl(ORB orb, ContactInfoList corbaContactInfoList, ContactInfo primaryContactInfo, java.util.List listOfContactInfos, boolean usePerRequestLoadBalancing)
SharedCDRContactInfoImpl(ORB orb, ContactInfoList contactInfoList, IOR effectiveTargetIOR, short addressingDisposition)
-
Uses of ContactInfoList in com.sun.corba.ee.spi.protocol
Methods in com.sun.corba.ee.spi.protocol that return ContactInfoList Modifier and Type Method Description abstract ContactInfoList
ClientDelegate. getContactInfoList()
Get the CorbaContactInfoList which represents they encoding/protocol/transport combinations that may be used to contact the service.Methods in com.sun.corba.ee.spi.protocol with parameters of type ContactInfoList Modifier and Type Method Description ClientDelegate
ClientDelegateFactory. create(ContactInfoList list)
-
Uses of ContactInfoList in com.sun.corba.ee.spi.transport
Methods in com.sun.corba.ee.spi.transport that return ContactInfoList Modifier and Type Method Description ContactInfoList
ContactInfoListFactory. create(IOR ior)
ContactInfoList
ContactInfo. getContactInfoList()
ContactInfoList
ContactInfoListIterator. getContactInfoList()
-