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