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 classConnectionCacheBase<C extends Connection>(package private) classConnectionCacheBlockingBase<C extends Connection>(package private) classConnectionCacheNonBlockingBase<C extends Connection>classInboundConnectionCacheBlockingImpl<C extends Connection>Manage connections that are initiated from another VM.classInboundConnectionCacheImpl<C extends Connection>Manage connections that are initiated from another VM.classOutboundConnectionCacheBlockingImpl<C extends Connection>classOutboundConnectionCacheImpl<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 interfaceInboundConnectionCache<C extends Connection>A concurrent connection cache for passively created connections (e.g.interfaceOutboundConnectionCache<C extends Connection>A concurrent mostly non-blocking connection cache.
-