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 classSocketFactoryContactInfoListImplConstructors 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 ContactInfoListParserTable.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 classNoConnectionCacheImpl.NCCContactInfoListImplConstructors 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 ContactInfoListClientDelegateImpl. contactInfoListMethods in com.sun.corba.ee.impl.protocol that return ContactInfoList Modifier and Type Method Description ContactInfoListClientDelegateImpl. 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 classContactInfoListImplFields in com.sun.corba.ee.impl.transport declared as ContactInfoList Modifier and Type Field Description protected ContactInfoListContactInfoBase. contactInfoListprotected ContactInfoListContactInfoListIteratorImpl. contactInfoListMethods in com.sun.corba.ee.impl.transport that return ContactInfoList Modifier and Type Method Description ContactInfoListContactInfoBase. getContactInfoList()ContactInfoListContactInfoListIteratorImpl. 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 ContactInfoListClientDelegate. 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 ClientDelegateClientDelegateFactory. 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 ContactInfoListContactInfoListFactory. create(IOR ior)ContactInfoListContactInfo. getContactInfoList()ContactInfoListContactInfoListIterator. getContactInfoList()
-