Uses of Interface
com.sun.corba.ee.spi.transport.connection.ConnectionCache
-
Packages that use ConnectionCache Package Description com.sun.corba.ee.impl.transport.connection com.sun.corba.ee.spi.transport.connection -
-
Uses of ConnectionCache in com.sun.corba.ee.impl.transport.connection
Classes in com.sun.corba.ee.impl.transport.connection that implement ConnectionCache Modifier and Type Class Description class
ConnectionCacheBase<C extends Connection>
(package private) class
ConnectionCacheBlockingBase<C extends Connection>
(package private) class
ConnectionCacheNonBlockingBase<C extends Connection>
class
InboundConnectionCacheBlockingImpl<C extends Connection>
Manage connections that are initiated from another VM.class
InboundConnectionCacheImpl<C extends Connection>
Manage connections that are initiated from another VM.class
OutboundConnectionCacheBlockingImpl<C extends Connection>
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.connection Modifier and Type Interface Description interface
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.
-