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
  • Field Details

    • wrapper

      private static final ORBUtilSystemException wrapper
    • orb

      protected ORB orb
    • lcrdLock

      private ReadWriteLock lcrdLock
    • localClientRequestDispatcher

      protected LocalClientRequestDispatcher localClientRequestDispatcher
    • targetIOR

      protected IOR targetIOR
    • effectiveTargetIOR

      protected IOR effectiveTargetIOR
    • effectiveTargetIORContactInfoList

      protected List<ContactInfo> effectiveTargetIORContactInfoList
    • primaryContactInfo

      protected ContactInfo primaryContactInfo
    • usePerRequestLoadBalancing

      private boolean usePerRequestLoadBalancing
    • startCount

      private int startCount
    • testPred

      private org.glassfish.pfl.basic.func.UnaryPredicate<ContactInfo> testPred
    • skipRotate

      private static ThreadLocal<Boolean> skipRotate
  • Constructor Details

    • ContactInfoListImpl

      public ContactInfoListImpl(ORB orb)
    • ContactInfoListImpl

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