Uses of Class
com.sun.corba.ee.impl.transport.connection.OutboundConnectionCacheImpl.CacheEntry
Packages that use OutboundConnectionCacheImpl.CacheEntry
-
Uses of OutboundConnectionCacheImpl.CacheEntry in com.sun.corba.ee.impl.transport.connection
Fields in com.sun.corba.ee.impl.transport.connection declared as OutboundConnectionCacheImpl.CacheEntryModifier and TypeFieldDescription(package private) final OutboundConnectionCacheImpl.CacheEntry<C> OutboundConnectionCacheImpl.ConnectionState.entryFields in com.sun.corba.ee.impl.transport.connection with type parameters of type OutboundConnectionCacheImpl.CacheEntryModifier and TypeFieldDescriptionprivate final ConcurrentMap<ContactInfo<C>, OutboundConnectionCacheImpl.CacheEntry<C>> OutboundConnectionCacheImpl.entryMapMethods in com.sun.corba.ee.impl.transport.connection that return OutboundConnectionCacheImpl.CacheEntryModifier and TypeMethodDescriptionprivate OutboundConnectionCacheImpl.CacheEntry<C> OutboundConnectionCacheImpl.getEntry(ContactInfo<C> cinfo) Methods in com.sun.corba.ee.impl.transport.connection with parameters of type OutboundConnectionCacheImpl.CacheEntryModifier and TypeMethodDescriptionprivate booleanOutboundConnectionCacheImpl.canCreateNewConnection(OutboundConnectionCacheImpl.CacheEntry<C> entry) Constructors in com.sun.corba.ee.impl.transport.connection with parameters of type OutboundConnectionCacheImpl.CacheEntryModifierConstructorDescription(package private)ConnectionState(ContactInfo<C> cinfo, OutboundConnectionCacheImpl.CacheEntry<C> entry, C conn)