Uses of Interface
com.sun.corba.ee.spi.transport.connection.InboundConnectionCache
Packages that use InboundConnectionCache
Package
Description
-
Uses of InboundConnectionCache in com.sun.corba.ee.impl.transport.connection
Classes in com.sun.corba.ee.impl.transport.connection that implement InboundConnectionCacheModifier and TypeClassDescriptionfinal 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. -
Uses of InboundConnectionCache in com.sun.corba.ee.spi.transport.connection
Methods in com.sun.corba.ee.spi.transport.connection that return InboundConnectionCacheModifier and TypeMethodDescriptionstatic <C extends Connection>
InboundConnectionCache<C> ConnectionCacheFactory.makeBlockingInboundConnectionCache(String cacheType, int highWaterMark, int numberToReclaim, int ttl) static <C extends Connection>
InboundConnectionCache<C> ConnectionCacheFactory.makeNonBlockingInboundConnectionCache(String cacheType, int highWaterMark, int numberToReclaim, int ttl)