Uses of Interface
com.sun.corba.ee.spi.transport.connection.OutboundConnectionCache
Packages that use OutboundConnectionCache
Package
Description
-
Uses of OutboundConnectionCache in com.sun.corba.ee.impl.transport.connection
Classes in com.sun.corba.ee.impl.transport.connection that implement OutboundConnectionCacheModifier and TypeClassDescriptionfinal class
OutboundConnectionCacheBlockingImpl<C extends Connection>
final class
OutboundConnectionCacheImpl<C extends Connection>
Manage connections that are initiated from this VM. -
Uses of OutboundConnectionCache in com.sun.corba.ee.spi.transport.connection
Methods in com.sun.corba.ee.spi.transport.connection that return OutboundConnectionCacheModifier and TypeMethodDescriptionstatic <C extends Connection>
OutboundConnectionCache<C> ConnectionCacheFactory.makeBlockingOutboundConnectionCache
(String cacheType, int highWaterMark, int numberToReclaim, int maxParallelConnections, int ttl) static <C extends Connection>
OutboundConnectionCache<C> ConnectionCacheFactory.makeNonBlockingOutboundConnectionCache
(String cacheType, int highWaterMark, int numberToReclaim, int maxParallelConnections, int ttl)