Uses of Interface
com.sun.corba.ee.spi.transport.connection.OutboundConnectionCache
-
Packages that use OutboundConnectionCache Package Description com.sun.corba.ee.impl.transport.connection com.sun.corba.ee.spi.transport.connection -
-
Uses of OutboundConnectionCache in com.sun.corba.ee.impl.transport.connection
Classes in com.sun.corba.ee.impl.transport.connection that implement OutboundConnectionCache Modifier and Type Class Description class
OutboundConnectionCacheBlockingImpl<C extends Connection>
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 OutboundConnectionCache Modifier and Type Method Description static <C extends Connection>
OutboundConnectionCache<C>ConnectionCacheFactory. makeBlockingOutboundConnectionCache(java.lang.String cacheType, int highWaterMark, int numberToReclaim, int maxParallelConnections, int ttl)
static <C extends Connection>
OutboundConnectionCache<C>ConnectionCacheFactory. makeNonBlockingOutboundConnectionCache(java.lang.String cacheType, int highWaterMark, int numberToReclaim, int maxParallelConnections, int ttl)
-