Uses of Interface
com.sun.corba.ee.spi.transport.connection.Connection
Packages that use Connection
Package
Description
-
Uses of Connection in com.sun.corba.ee.impl.transport.connection
Classes in com.sun.corba.ee.impl.transport.connection with type parameters of type ConnectionModifier and TypeClassDescriptionclass
ConnectionCacheBase<C extends Connection>
(package private) class
ConnectionCacheBlockingBase<C extends Connection>
(package private) class
ConnectionCacheNonBlockingBase<C extends Connection>
final class
InboundConnectionCacheBlockingImpl<C extends Connection>
Manage connections that are initiated from another VM.private static final class
final class
InboundConnectionCacheImpl<C extends Connection>
Manage connections that are initiated from another VM.private static final class
class
OutboundCacheEntry<C extends Connection>
final class
OutboundConnectionCacheBlockingImpl<C extends Connection>
final class
OutboundConnectionCacheImpl<C extends Connection>
Manage connections that are initiated from this VM.private static final class
OutboundConnectionCacheImpl.CacheEntry<C extends Connection>
private static final class
class
OutboundConnectionState<C extends Connection>
Fields in com.sun.corba.ee.impl.transport.connection declared as ConnectionModifier and TypeFieldDescription(package private) final C
InboundConnectionCacheBlockingImpl.ConnectionState.connection
(package private) final C
InboundConnectionCacheImpl.ConnectionState.connection
(package private) final C
OutboundConnectionCacheImpl.ConnectionState.connection
(package private) final C
OutboundConnectionState.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 ConnectionModifier and TypeInterfaceDescriptioninterface
ConnectionCache<C extends Connection>
A connection cache manages a group of connections which may be re-used for sending and receiving messages.interface
ConnectionFinder<C extends Connection>
An instance of a ConnectionFinder may be supplied to the OutboundConnectionCache.get method.interface
ContactInfo<C extends Connection>
The ContactInfo represents the information needed to establish a connection to a (possibly different) process.interface
InboundConnectionCache<C extends Connection>
A concurrent connection cache for passively created connections (e.g.interface
OutboundConnectionCache<C extends Connection>
A concurrent mostly non-blocking connection cache.Methods in com.sun.corba.ee.spi.transport.connection with type parameters of type ConnectionModifier and TypeMethodDescriptionstatic <C extends Connection>
InboundConnectionCache<C> ConnectionCacheFactory.makeBlockingInboundConnectionCache
(String cacheType, int highWaterMark, int numberToReclaim, int ttl) static <C extends Connection>
OutboundConnectionCache<C> ConnectionCacheFactory.makeBlockingOutboundConnectionCache
(String cacheType, int highWaterMark, int numberToReclaim, int maxParallelConnections, int ttl) static <C extends Connection>
InboundConnectionCache<C> ConnectionCacheFactory.makeNonBlockingInboundConnectionCache
(String cacheType, int highWaterMark, int numberToReclaim, int ttl) static <C extends Connection>
OutboundConnectionCache<C> ConnectionCacheFactory.makeNonBlockingOutboundConnectionCache
(String cacheType, int highWaterMark, int numberToReclaim, int maxParallelConnections, int ttl)