Uses of Class
com.sun.corba.ee.impl.transport.connection.OutboundConnectionCacheImpl.CacheEntry
-
Packages that use OutboundConnectionCacheImpl.CacheEntry Package Description com.sun.corba.ee.impl.transport.connection -
-
Uses of OutboundConnectionCacheImpl.CacheEntry in com.sun.corba.ee.impl.transport.connection
Fields in com.sun.corba.ee.impl.transport.connection declared as OutboundConnectionCacheImpl.CacheEntry Modifier and Type Field Description (package private) OutboundConnectionCacheImpl.CacheEntry<C>
OutboundConnectionCacheImpl.ConnectionState. entry
Fields in com.sun.corba.ee.impl.transport.connection with type parameters of type OutboundConnectionCacheImpl.CacheEntry Modifier and Type Field Description private java.util.concurrent.ConcurrentMap<ContactInfo<C>,OutboundConnectionCacheImpl.CacheEntry<C>>
OutboundConnectionCacheImpl. entryMap
Methods in com.sun.corba.ee.impl.transport.connection that return OutboundConnectionCacheImpl.CacheEntry Modifier and Type Method Description private OutboundConnectionCacheImpl.CacheEntry<C>
OutboundConnectionCacheImpl. getEntry(ContactInfo<C> cinfo)
Methods in com.sun.corba.ee.impl.transport.connection with parameters of type OutboundConnectionCacheImpl.CacheEntry Modifier and Type Method Description private boolean
OutboundConnectionCacheImpl. canCreateNewConnection(OutboundConnectionCacheImpl.CacheEntry<C> entry)
Constructors in com.sun.corba.ee.impl.transport.connection with parameters of type OutboundConnectionCacheImpl.CacheEntry Constructor Description ConnectionState(ContactInfo<C> cinfo, OutboundConnectionCacheImpl.CacheEntry<C> entry, C conn)
-