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.entryFields in com.sun.corba.ee.impl.transport.connection with type parameters of type OutboundCacheEntryModifier and TypeFieldDescriptionprivate Map<ContactInfo<C>, OutboundCacheEntry<C>> OutboundConnectionCacheBlockingImpl.entryMapMethods 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 booleanOutboundConnectionCacheBlockingImpl.internalCanCreateNewConnection(OutboundCacheEntry<C> entry) private COutboundConnectionCacheBlockingImpl.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)