Class ContactInfoListImpl

java.lang.Object
com.sun.corba.ee.impl.transport.ContactInfoListImpl
All Implemented Interfaces:
ContactInfoList
Direct Known Subclasses:
NoConnectionCacheImpl.NCCContactInfoListImpl, SocketFactoryContactInfoListImpl

public class ContactInfoListImpl extends Object implements ContactInfoList
Author:
Harold Carr
  • Field Details

    • orb

      protected ORB orb
    • localClientRequestDispatcher

      protected LocalClientRequestDispatcher localClientRequestDispatcher
    • targetIOR

      protected IOR targetIOR
    • effectiveTargetIOR

      protected IOR effectiveTargetIOR
    • effectiveTargetIORContactInfoList

      protected List<ContactInfo> effectiveTargetIORContactInfoList
    • primaryContactInfo

      protected ContactInfo primaryContactInfo
  • Constructor Details

    • ContactInfoListImpl

      public ContactInfoListImpl(ORB orb)
    • ContactInfoListImpl

      public ContactInfoListImpl(ORB orb, IOR targetIOR)
  • Method Details