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 ContactInfo
ClientGroupManager. 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.Object
ClientGroupManager. getKey(ContactInfo contactInfo)
boolean
ClientGroupManager. hasNext(ContactInfo primary, ContactInfo previous, java.util.List contactInfos)
ContactInfo
ClientGroupManager. next(ContactInfo primary, ContactInfo previous, java.util.List contactInfos)
void
ClientGroupManager. 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 class
SocketFactoryContactInfoImpl
Methods in com.sun.corba.ee.impl.legacy.connection that return ContactInfo Modifier and Type Method Description ContactInfo
SocketFactoryContactInfoListIteratorImpl. next()
Methods in com.sun.corba.ee.impl.legacy.connection with parameters of type ContactInfo Modifier and Type Method Description boolean
SocketFactoryContactInfoListIteratorImpl. 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 ContactInfo
ParserTable.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 ConnectionCache
ORBSingleton. getConnectionCache(ContactInfo contactInfo)
boolean
ParserTable.TestIIOPPrimaryToContactInfo. hasNext(ContactInfo primary, ContactInfo previous, java.util.List contactInfos)
ContactInfo
ParserTable.TestIIOPPrimaryToContactInfo. next(ContactInfo primary, ContactInfo previous, java.util.List contactInfos)
void
ParserTable.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 class
NoConnectionCacheImpl.NCCContactInfoImpl
Methods in com.sun.corba.ee.impl.plugin.hwlb that return ContactInfo Modifier and Type Method Description ContactInfo
NoConnectionCacheImpl.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 Connection
NoConnectionCacheImpl.NCCConnectionCacheImpl. get(ContactInfo contactInfo)
void
NoConnectionCacheImpl.NCCConnectionCacheImpl. put(ContactInfo contactInfo, Connection conn)
void
NoConnectionCacheImpl.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 ContactInfo
MessageMediatorImpl. contactInfo
Fields 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. locks
Methods in com.sun.corba.ee.impl.protocol that return ContactInfo Modifier and Type Method Description ContactInfo
MessageMediatorImpl. getContactInfo()
Methods in com.sun.corba.ee.impl.protocol with parameters of type ContactInfo Modifier and Type Method Description CDROutputObject
ClientRequestDispatcherImpl. beginRequest(java.lang.Object self, java.lang.String opName, boolean isOneWay, ContactInfo contactInfo)
private void
ClientRequestDispatcherImpl. remarshalWithHasNextTrue(ContactInfo info)
private void
ClientDelegateImpl. 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 class
ContactInfoBase
class
ContactInfoImpl
class
SharedCDRContactInfoImpl
Fields in com.sun.corba.ee.impl.transport declared as ContactInfo Modifier and Type Field Description protected ContactInfo
ConnectionImpl. contactInfo
protected ContactInfo
ContactInfoListIteratorImpl. previousContactInfo
protected ContactInfo
ContactInfoListImpl. primaryContactInfo
protected ContactInfo
ContactInfoListIteratorImpl. primaryContactInfo
Fields 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. connectionCache
protected java.util.List<ContactInfo>
ContactInfoListImpl. effectiveTargetIORContactInfoList
protected java.util.Iterator<ContactInfo>
ContactInfoListIteratorImpl. effectiveTargetIORIterator
protected java.util.Set<ContactInfo>
ContactInfoListIteratorImpl. failedEndpoints
protected java.util.List<ContactInfo>
ContactInfoListIteratorImpl. listOfContactInfos
private org.glassfish.pfl.basic.func.UnaryPredicate<ContactInfo>
ContactInfoListImpl. testPred
Methods in com.sun.corba.ee.impl.transport that return ContactInfo Modifier and Type Method Description protected ContactInfo
ContactInfoListImpl. createContactInfo(java.lang.String type, java.lang.String hostname, int port)
ContactInfo
ConnectionImpl. getContactInfo()
ContactInfo
ContactInfoListImpl. getPrimaryContactInfo()
ContactInfo
ContactInfoListIteratorImpl. 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 MessageMediator
ContactInfoBase. createMessageMediator(ORB broker, ContactInfo contactInfo, Connection connection, java.lang.String methodName, boolean isOneWay)
MessageMediator
SharedCDRContactInfoImpl. createMessageMediator(ORB broker, ContactInfo contactInfo, Connection connection, java.lang.String methodName, boolean isOneWay)
Connection
OutboundConnectionCacheImpl. get(ContactInfo contactInfo)
OutboundConnectionCache
TransportManagerImpl. getOutboundConnectionCache(ContactInfo contactInfo)
void
OutboundConnectionCacheImpl. put(ContactInfo contactInfo, Connection connection)
void
OutboundConnectionCacheImpl. remove(ContactInfo contactInfo)
void
ContactInfoListIteratorImpl. reportAddrDispositionRetry(ContactInfo contactInfo, short disposition)
boolean
ContactInfoListIteratorImpl. reportException(ContactInfo contactInfo, java.lang.RuntimeException ex)
void
ContactInfoListIteratorImpl. reportRedirect(ContactInfo contactInfo, IOR forwardedIOR)
void
ContactInfoListIteratorImpl. reportSuccess(ContactInfo contactInfo)
Method parameters in com.sun.corba.ee.impl.transport with type arguments of type ContactInfo Modifier and Type Method Description private void
ContactInfoListImpl. 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 ContactInfo
MessageMediator. getContactInfo()
Methods in com.sun.corba.ee.spi.protocol with parameters of type ContactInfo Modifier and Type Method Description CDROutputObject
ClientRequestDispatcher. 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 ContactInfo
Connection. getContactInfo()
ContactInfo
IIOPPrimaryToContactInfo. 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 MessageMediator
ContactInfo. createMessageMediator(ORB broker, ContactInfo contactInfo, Connection connection, java.lang.String methodName, boolean isOneWay)
Connection
OutboundConnectionCache. get(ContactInfo contactInfo)
OutboundConnectionCache
TransportManager. getOutboundConnectionCache(ContactInfo contactInfo)
boolean
IIOPPrimaryToContactInfo. hasNext(ContactInfo primary, ContactInfo previous, java.util.List contactInfos)
ContactInfo
IIOPPrimaryToContactInfo. next(ContactInfo primary, ContactInfo previous, java.util.List contactInfos)
void
OutboundConnectionCache. put(ContactInfo contactInfo, Connection connection)
void
OutboundConnectionCache. remove(ContactInfo contactInfo)
void
ContactInfoListIterator. reportAddrDispositionRetry(ContactInfo contactInfo, short disposition)
boolean
ContactInfoListIterator. reportException(ContactInfo contactInfo, java.lang.RuntimeException exception)
void
ContactInfoListIterator. reportRedirect(ContactInfo contactInfo, IOR forwardedIOR)
void
ContactInfoListIterator. reportSuccess(ContactInfo contactInfo)
void
IIOPPrimaryToContactInfo. reset(ContactInfo primary)
-