Uses of Interface
com.sun.corba.ee.spi.transport.ContactInfo
-
-
Uses of ContactInfo in com.sun.corba.ee.impl.folb
Methods in com.sun.corba.ee.impl.folb that return ContactInfo Modifier and Type Method Description ContactInfoClientGroupManager. next(ContactInfo primary, ContactInfo previous, java.util.List contactInfos)Methods in com.sun.corba.ee.impl.folb with parameters of type ContactInfo Modifier and Type Method Description private java.lang.ObjectClientGroupManager. getKey(ContactInfo contactInfo)booleanClientGroupManager. hasNext(ContactInfo primary, ContactInfo previous, java.util.List contactInfos)ContactInfoClientGroupManager. next(ContactInfo primary, ContactInfo previous, java.util.List contactInfos)voidClientGroupManager. reset(ContactInfo primary) -
Uses of ContactInfo in com.sun.corba.ee.impl.legacy.connection
Classes in com.sun.corba.ee.impl.legacy.connection that implement ContactInfo Modifier and Type Class Description classSocketFactoryContactInfoImplMethods in com.sun.corba.ee.impl.legacy.connection that return ContactInfo Modifier and Type Method Description ContactInfoSocketFactoryContactInfoListIteratorImpl. next()Methods in com.sun.corba.ee.impl.legacy.connection with parameters of type ContactInfo Modifier and Type Method Description booleanSocketFactoryContactInfoListIteratorImpl. reportException(ContactInfo contactInfo, java.lang.RuntimeException ex)Constructors in com.sun.corba.ee.impl.legacy.connection with parameters of type ContactInfo Constructor Description SocketFactoryConnectionImpl(ORB orb, ContactInfo contactInfo, boolean useSelectThreadToWait, boolean useWorkerThread) -
Uses of ContactInfo in com.sun.corba.ee.impl.orb
Methods in com.sun.corba.ee.impl.orb that return ContactInfo Modifier and Type Method Description ContactInfoParserTable.TestIIOPPrimaryToContactInfo. next(ContactInfo primary, ContactInfo previous, java.util.List contactInfos)Methods in com.sun.corba.ee.impl.orb with parameters of type ContactInfo Modifier and Type Method Description ConnectionCacheORBSingleton. getConnectionCache(ContactInfo contactInfo)booleanParserTable.TestIIOPPrimaryToContactInfo. hasNext(ContactInfo primary, ContactInfo previous, java.util.List contactInfos)ContactInfoParserTable.TestIIOPPrimaryToContactInfo. next(ContactInfo primary, ContactInfo previous, java.util.List contactInfos)voidParserTable.TestIIOPPrimaryToContactInfo. reset(ContactInfo primary) -
Uses of ContactInfo in com.sun.corba.ee.impl.plugin.hwlb
Classes in com.sun.corba.ee.impl.plugin.hwlb that implement ContactInfo Modifier and Type Class Description private static classNoConnectionCacheImpl.NCCContactInfoImplMethods in com.sun.corba.ee.impl.plugin.hwlb that return ContactInfo Modifier and Type Method Description ContactInfoNoConnectionCacheImpl.NCCContactInfoListImpl. createContactInfo(java.lang.String type, java.lang.String hostname, int port)Methods in com.sun.corba.ee.impl.plugin.hwlb with parameters of type ContactInfo Modifier and Type Method Description ConnectionNoConnectionCacheImpl.NCCConnectionCacheImpl. get(ContactInfo contactInfo)voidNoConnectionCacheImpl.NCCConnectionCacheImpl. put(ContactInfo contactInfo, Connection conn)voidNoConnectionCacheImpl.NCCConnectionCacheImpl. remove(ContactInfo contactInfo)Constructors in com.sun.corba.ee.impl.plugin.hwlb with parameters of type ContactInfo Constructor Description NCCConnectionImpl(ORB orb, ContactInfo contactInfo, java.lang.String socketType, java.lang.String hostname, int port) -
Uses of ContactInfo in com.sun.corba.ee.impl.protocol
Fields in com.sun.corba.ee.impl.protocol declared as ContactInfo Modifier and Type Field Description protected ContactInfoMessageMediatorImpl. contactInfoFields in com.sun.corba.ee.impl.protocol with type parameters of type ContactInfo Modifier and Type Field Description private java.util.concurrent.ConcurrentMap<ContactInfo,java.lang.Object>ClientRequestDispatcherImpl. locksMethods in com.sun.corba.ee.impl.protocol that return ContactInfo Modifier and Type Method Description ContactInfoMessageMediatorImpl. getContactInfo()Methods in com.sun.corba.ee.impl.protocol with parameters of type ContactInfo Modifier and Type Method Description CDROutputObjectClientRequestDispatcherImpl. beginRequest(java.lang.Object self, java.lang.String opName, boolean isOneWay, ContactInfo contactInfo)private voidClientRequestDispatcherImpl. remarshalWithHasNextTrue(ContactInfo info)private voidClientDelegateImpl. requestInfo(java.lang.String operation, ContactInfo info)Constructors in com.sun.corba.ee.impl.protocol with parameters of type ContactInfo Constructor Description MessageMediatorImpl(ORB orb, ContactInfo contactInfo, Connection connection, GIOPVersion giopVersion, IOR ior, int requestId, short addrDisposition, java.lang.String operationName, boolean isOneWay) -
Uses of ContactInfo in com.sun.corba.ee.impl.transport
Classes in com.sun.corba.ee.impl.transport that implement ContactInfo Modifier and Type Class Description classContactInfoBaseclassContactInfoImplclassSharedCDRContactInfoImplFields in com.sun.corba.ee.impl.transport declared as ContactInfo Modifier and Type Field Description protected ContactInfoConnectionImpl. contactInfoprotected ContactInfoContactInfoListIteratorImpl. previousContactInfoprotected ContactInfoContactInfoListImpl. primaryContactInfoprotected ContactInfoContactInfoListIteratorImpl. primaryContactInfoFields in com.sun.corba.ee.impl.transport with type parameters of type ContactInfo Modifier and Type Field Description protected java.util.Map<ContactInfo,Connection>OutboundConnectionCacheImpl. connectionCacheprotected java.util.List<ContactInfo>ContactInfoListImpl. effectiveTargetIORContactInfoListprotected java.util.Iterator<ContactInfo>ContactInfoListIteratorImpl. effectiveTargetIORIteratorprotected java.util.Set<ContactInfo>ContactInfoListIteratorImpl. failedEndpointsprotected java.util.List<ContactInfo>ContactInfoListIteratorImpl. listOfContactInfosprivate org.glassfish.pfl.basic.func.UnaryPredicate<ContactInfo>ContactInfoListImpl. testPredMethods in com.sun.corba.ee.impl.transport that return ContactInfo Modifier and Type Method Description protected ContactInfoContactInfoListImpl. createContactInfo(java.lang.String type, java.lang.String hostname, int port)ContactInfoConnectionImpl. getContactInfo()ContactInfoContactInfoListImpl. getPrimaryContactInfo()ContactInfoContactInfoListIteratorImpl. next()Methods in com.sun.corba.ee.impl.transport that return types with arguments of type ContactInfo Modifier and Type Method Description java.util.Iterator<ContactInfo>ContactInfoListImpl. iterator()private java.util.List<ContactInfo>ContactInfoListImpl. rotate(java.util.List<ContactInfo> arg)Methods in com.sun.corba.ee.impl.transport with parameters of type ContactInfo Modifier and Type Method Description MessageMediatorContactInfoBase. createMessageMediator(ORB broker, ContactInfo contactInfo, Connection connection, java.lang.String methodName, boolean isOneWay)MessageMediatorSharedCDRContactInfoImpl. createMessageMediator(ORB broker, ContactInfo contactInfo, Connection connection, java.lang.String methodName, boolean isOneWay)ConnectionOutboundConnectionCacheImpl. get(ContactInfo contactInfo)OutboundConnectionCacheTransportManagerImpl. getOutboundConnectionCache(ContactInfo contactInfo)voidOutboundConnectionCacheImpl. put(ContactInfo contactInfo, Connection connection)voidOutboundConnectionCacheImpl. remove(ContactInfo contactInfo)voidContactInfoListIteratorImpl. reportAddrDispositionRetry(ContactInfo contactInfo, short disposition)booleanContactInfoListIteratorImpl. reportException(ContactInfo contactInfo, java.lang.RuntimeException ex)voidContactInfoListIteratorImpl. reportRedirect(ContactInfo contactInfo, IOR forwardedIOR)voidContactInfoListIteratorImpl. reportSuccess(ContactInfo contactInfo)Method parameters in com.sun.corba.ee.impl.transport with type arguments of type ContactInfo Modifier and Type Method Description private voidContactInfoListImpl. addRemoteContactInfos(IOR effectiveTargetIOR, java.util.List<ContactInfo> effectiveTargetIORContactInfoList)private java.util.List<ContactInfo>ContactInfoListImpl. rotate(java.util.List<ContactInfo> arg)Constructors in com.sun.corba.ee.impl.transport with parameters of type ContactInfo Constructor Description ConnectionImpl(ORB orb, ContactInfo contactInfo, boolean useSelectThreadToWait, boolean useWorkerThread, java.lang.String socketType, java.lang.String hostname, int port)ConnectionImpl(ORB orb, ContactInfo contactInfo, java.lang.String socketType, java.lang.String hostname, int port)ContactInfoListIteratorImpl(ORB orb, ContactInfoList corbaContactInfoList, ContactInfo primaryContactInfo, java.util.List listOfContactInfos, boolean usePerRequestLoadBalancing)OutboundConnectionCacheImpl(ORB orb, ContactInfo contactInfo) -
Uses of ContactInfo in com.sun.corba.ee.spi.protocol
Methods in com.sun.corba.ee.spi.protocol that return ContactInfo Modifier and Type Method Description ContactInfoMessageMediator. getContactInfo()Methods in com.sun.corba.ee.spi.protocol with parameters of type ContactInfo Modifier and Type Method Description CDROutputObjectClientRequestDispatcher. beginRequest(java.lang.Object self, java.lang.String methodName, boolean isOneWay, ContactInfo contactInfo)At the beginning of a request the presentation block uses this to obtain an OutputObject to set data to be sent on a message. -
Uses of ContactInfo in com.sun.corba.ee.spi.transport
Methods in com.sun.corba.ee.spi.transport that return ContactInfo Modifier and Type Method Description ContactInfoConnection. getContactInfo()ContactInfoIIOPPrimaryToContactInfo. next(ContactInfo primary, ContactInfo previous, java.util.List contactInfos)Methods in com.sun.corba.ee.spi.transport that return types with arguments of type ContactInfo Modifier and Type Method Description java.util.Iterator<ContactInfo>ContactInfoList. iterator()Methods in com.sun.corba.ee.spi.transport with parameters of type ContactInfo Modifier and Type Method Description MessageMediatorContactInfo. createMessageMediator(ORB broker, ContactInfo contactInfo, Connection connection, java.lang.String methodName, boolean isOneWay)ConnectionOutboundConnectionCache. get(ContactInfo contactInfo)OutboundConnectionCacheTransportManager. getOutboundConnectionCache(ContactInfo contactInfo)booleanIIOPPrimaryToContactInfo. hasNext(ContactInfo primary, ContactInfo previous, java.util.List contactInfos)ContactInfoIIOPPrimaryToContactInfo. next(ContactInfo primary, ContactInfo previous, java.util.List contactInfos)voidOutboundConnectionCache. put(ContactInfo contactInfo, Connection connection)voidOutboundConnectionCache. remove(ContactInfo contactInfo)voidContactInfoListIterator. reportAddrDispositionRetry(ContactInfo contactInfo, short disposition)booleanContactInfoListIterator. reportException(ContactInfo contactInfo, java.lang.RuntimeException exception)voidContactInfoListIterator. reportRedirect(ContactInfo contactInfo, IOR forwardedIOR)voidContactInfoListIterator. reportSuccess(ContactInfo contactInfo)voidIIOPPrimaryToContactInfo. reset(ContactInfo primary)
-