Uses of Interface
com.sun.corba.ee.spi.transport.connection.InboundConnectionCache
-
Packages that use InboundConnectionCache Package Description com.sun.corba.ee.impl.transport.connection com.sun.corba.ee.spi.transport.connection -
-
Uses of InboundConnectionCache in com.sun.corba.ee.impl.transport.connection
Classes in com.sun.corba.ee.impl.transport.connection that implement InboundConnectionCache Modifier and Type Class Description classInboundConnectionCacheBlockingImpl<C extends Connection>Manage connections that are initiated from another VM.classInboundConnectionCacheImpl<C extends Connection>Manage connections that are initiated from another VM. -
Uses of InboundConnectionCache in com.sun.corba.ee.spi.transport.connection
Methods in com.sun.corba.ee.spi.transport.connection that return InboundConnectionCache Modifier and Type Method Description static <C extends Connection>
InboundConnectionCache<C>ConnectionCacheFactory. makeBlockingInboundConnectionCache(java.lang.String cacheType, int highWaterMark, int numberToReclaim, int ttl)static <C extends Connection>
InboundConnectionCache<C>ConnectionCacheFactory. makeNonBlockingInboundConnectionCache(java.lang.String cacheType, int highWaterMark, int numberToReclaim, int ttl)
-