Uses of Class
com.sun.corba.ee.impl.transport.connection.OutboundCacheEntry
Packages that use OutboundCacheEntry
-
Uses of OutboundCacheEntry in com.sun.corba.ee.impl.transport.connection
Fields in com.sun.corba.ee.impl.transport.connection declared as OutboundCacheEntryModifier and TypeFieldDescription(package private) final OutboundCacheEntry
<C> OutboundConnectionState.entry
Fields in com.sun.corba.ee.impl.transport.connection with type parameters of type OutboundCacheEntryModifier and TypeFieldDescriptionprivate Map
<ContactInfo<C>, OutboundCacheEntry<C>> OutboundConnectionCacheBlockingImpl.entryMap
Methods in com.sun.corba.ee.impl.transport.connection that return OutboundCacheEntryModifier and TypeMethodDescriptionprivate OutboundCacheEntry
<C> OutboundConnectionState.cacheEntry()
private OutboundCacheEntry
<C> OutboundConnectionCacheBlockingImpl.getEntry
(ContactInfo<C> cinfo) Methods in com.sun.corba.ee.impl.transport.connection that return types with arguments of type OutboundCacheEntryModifier and TypeMethodDescriptionprivate Map
<ContactInfo<C>, OutboundCacheEntry<C>> OutboundConnectionCacheBlockingImpl.entryMap()
Methods in com.sun.corba.ee.impl.transport.connection with parameters of type OutboundCacheEntryModifier and TypeMethodDescriptionprivate OutboundConnectionState
<C> OutboundConnectionCacheBlockingImpl.getConnectionState
(ContactInfo<C> cinfo, OutboundCacheEntry<C> entry, C conn) private boolean
OutboundConnectionCacheBlockingImpl.internalCanCreateNewConnection
(OutboundCacheEntry<C> entry) private C
OutboundConnectionCacheBlockingImpl.tryNewConnection
(OutboundCacheEntry<C> entry, ContactInfo<C> cinfo) Constructors in com.sun.corba.ee.impl.transport.connection with parameters of type OutboundCacheEntryModifierConstructorDescriptionOutboundConnectionState
(ContactInfo<C> cinfo, OutboundCacheEntry<C> entry, C conn)