Uses of Interface
com.sun.corba.ee.spi.transport.connection.Connection
-
Packages that use Connection Package Description com.sun.corba.ee.impl.transport.connection com.sun.corba.ee.spi.transport.connection -
-
Uses of Connection in com.sun.corba.ee.impl.transport.connection
Fields in com.sun.corba.ee.impl.transport.connection declared as Connection Modifier and Type Field Description (package private) CInboundConnectionCacheBlockingImpl.ConnectionState. connection(package private) CInboundConnectionCacheImpl.ConnectionState. connection(package private) COutboundConnectionCacheImpl.ConnectionState. connection(package private) COutboundConnectionState. connection -
Uses of Connection in com.sun.corba.ee.spi.transport.connection
Classes in com.sun.corba.ee.spi.transport.connection with type parameters of type Connection Modifier and Type Interface Description interfaceConnectionCache<C extends Connection>A connection cache manages a group of connections which may be re-used for sending and receiving messages.interfaceConnectionFinder<C extends Connection>An instance of a ConnectionFinder may be supplied to the OutboundConnectionCache.get method.interfaceContactInfo<C extends Connection>The ContactInfo represents the information needed to establish a connection to a (possibly different) process.interfaceInboundConnectionCache<C extends Connection>A concurrent connection cache for passively created connections (e.g.interfaceOutboundConnectionCache<C extends Connection>A concurrent mostly non-blocking connection cache.Methods in com.sun.corba.ee.spi.transport.connection with type parameters of type Connection 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>
OutboundConnectionCache<C>ConnectionCacheFactory. makeBlockingOutboundConnectionCache(java.lang.String cacheType, int highWaterMark, int numberToReclaim, int maxParallelConnections, int ttl)static <C extends Connection>
InboundConnectionCache<C>ConnectionCacheFactory. makeNonBlockingInboundConnectionCache(java.lang.String cacheType, int highWaterMark, int numberToReclaim, int ttl)static <C extends Connection>
OutboundConnectionCache<C>ConnectionCacheFactory. makeNonBlockingOutboundConnectionCache(java.lang.String cacheType, int highWaterMark, int numberToReclaim, int maxParallelConnections, int ttl)
-