Uses of Interface
com.sun.corba.ee.spi.transport.connection.ContactInfo
Packages that use ContactInfo
Package
Description
-
Uses of ContactInfo in com.sun.corba.ee.impl.transport.connection
Fields in com.sun.corba.ee.impl.transport.connection declared as ContactInfoModifier and TypeFieldDescription(package private) final ContactInfo
<C> OutboundConnectionCacheImpl.ConnectionState.cinfo
(package private) final ContactInfo
<C> OutboundConnectionState.cinfo
Fields in com.sun.corba.ee.impl.transport.connection with type parameters of type ContactInfoModifier and TypeFieldDescriptionprivate Map
<ContactInfo<C>, OutboundCacheEntry<C>> OutboundConnectionCacheBlockingImpl.entryMap
private final ConcurrentMap
<ContactInfo<C>, OutboundConnectionCacheImpl.CacheEntry<C>> OutboundConnectionCacheImpl.entryMap
Methods in com.sun.corba.ee.impl.transport.connection that return ContactInfoMethods in com.sun.corba.ee.impl.transport.connection that return types with arguments of type ContactInfoModifier and TypeMethodDescriptionprivate Map
<ContactInfo<C>, OutboundCacheEntry<C>> OutboundConnectionCacheBlockingImpl.entryMap()
Methods in com.sun.corba.ee.impl.transport.connection with parameters of type ContactInfoModifier and TypeMethodDescriptionboolean
OutboundConnectionCacheBlockingImpl.canCreateNewConnection
(ContactInfo<C> cinfo) boolean
OutboundConnectionCacheImpl.canCreateNewConnection
(ContactInfo<C> cinfo) OutboundConnectionCacheBlockingImpl.get
(ContactInfo<C> cinfo) OutboundConnectionCacheBlockingImpl.get
(ContactInfo<C> cinfo, ConnectionFinder<C> finder) OutboundConnectionCacheImpl.get
(ContactInfo<C> cinfo) OutboundConnectionCacheImpl.get
(ContactInfo<C> cinfo, ConnectionFinder<C> finder) private OutboundConnectionState
<C> OutboundConnectionCacheBlockingImpl.getConnectionState
(ContactInfo<C> cinfo, OutboundCacheEntry<C> entry, C conn) private OutboundCacheEntry
<C> OutboundConnectionCacheBlockingImpl.getEntry
(ContactInfo<C> cinfo) private OutboundConnectionCacheImpl.CacheEntry
<C> OutboundConnectionCacheImpl.getEntry
(ContactInfo<C> cinfo) private C
OutboundConnectionCacheBlockingImpl.tryNewConnection
(OutboundCacheEntry<C> entry, ContactInfo<C> cinfo) Constructors in com.sun.corba.ee.impl.transport.connection with parameters of type ContactInfoModifierConstructorDescription(package private)
ConnectionState
(ContactInfo<C> cinfo, OutboundConnectionCacheImpl.CacheEntry<C> entry, C conn) OutboundConnectionState
(ContactInfo<C> cinfo, OutboundCacheEntry<C> entry, C conn) -
Uses of ContactInfo in com.sun.corba.ee.spi.transport.connection
Methods in com.sun.corba.ee.spi.transport.connection with parameters of type ContactInfoModifier and TypeMethodDescriptionboolean
OutboundConnectionCache.canCreateNewConnection
(ContactInfo<C> cinfo) Determine whether a new connection could be created by the ConnectionCache or not.ConnectionFinder.find
(ContactInfo<C> cinfo, Collection<C> idleConnections, Collection<C> busyConnections) Method that searches idleConnections and busyConnections for the best connection.OutboundConnectionCache.get
(ContactInfo<C> cinfo) Behaves the same asOutboundConnectionCache.get(ContactInfo, ConnectionFinder)
except that no connection finder is provided, so that step is ignored.OutboundConnectionCache.get
(ContactInfo<C> cinfo, ConnectionFinder<C> finder) Return a Connection corresponding to the given ContactInfo.