Uses of Interface
com.sun.corba.ee.spi.transport.connection.ConnectionCache
Packages that use ConnectionCache
Package
Description
-
Uses of ConnectionCache in com.sun.corba.ee.impl.transport.connection
Classes in com.sun.corba.ee.impl.transport.connection that implement ConnectionCacheModifier and TypeClassDescriptionclass
ConnectionCacheBase<C extends Connection>
(package private) class
ConnectionCacheBlockingBase<C extends Connection>
(package private) class
ConnectionCacheNonBlockingBase<C extends Connection>
final class
InboundConnectionCacheBlockingImpl<C extends Connection>
Manage connections that are initiated from another VM.final class
InboundConnectionCacheImpl<C extends Connection>
Manage connections that are initiated from another VM.final class
OutboundConnectionCacheBlockingImpl<C extends Connection>
final class
OutboundConnectionCacheImpl<C extends Connection>
Manage connections that are initiated from this VM. -
Uses of ConnectionCache in com.sun.corba.ee.spi.transport.connection
Subinterfaces of ConnectionCache in com.sun.corba.ee.spi.transport.connectionModifier and TypeInterfaceDescriptioninterface
InboundConnectionCache<C extends Connection>
A concurrent connection cache for passively created connections (e.g.interface
OutboundConnectionCache<C extends Connection>
A concurrent mostly non-blocking connection cache.