Uses of Class
com.sun.corba.ee.impl.transport.connection.OutboundCacheEntry
-
Packages that use OutboundCacheEntry Package Description com.sun.corba.ee.impl.transport.connection -
-
Uses of OutboundCacheEntry in com.sun.corba.ee.impl.transport.connection
Fields in com.sun.corba.ee.impl.transport.connection declared as OutboundCacheEntry Modifier and Type Field Description (package private) OutboundCacheEntry<C>
OutboundConnectionState. entry
Fields in com.sun.corba.ee.impl.transport.connection with type parameters of type OutboundCacheEntry Modifier and Type Field Description private java.util.Map<ContactInfo<C>,OutboundCacheEntry<C>>
OutboundConnectionCacheBlockingImpl. entryMap
Methods in com.sun.corba.ee.impl.transport.connection that return OutboundCacheEntry Modifier and Type Method Description private 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 OutboundCacheEntry Modifier and Type Method Description private java.util.Map<ContactInfo<C>,OutboundCacheEntry<C>>
OutboundConnectionCacheBlockingImpl. entryMap()
Methods in com.sun.corba.ee.impl.transport.connection with parameters of type OutboundCacheEntry Modifier and Type Method Description private 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 OutboundCacheEntry Constructor Description OutboundConnectionState(ContactInfo<C> cinfo, OutboundCacheEntry<C> entry, C conn)
-