| Package | Description |
|---|---|
| com.sun.corba.ee.impl.transport.connection | |
| com.sun.corba.ee.spi.transport.connection |
| Modifier and Type | Class and Description |
|---|---|
class |
ConnectionCacheBase<C extends Connection> |
class |
InboundConnectionCacheBlockingImpl<C extends Connection>
Manage connections that are initiated from another VM.
|
class |
InboundConnectionCacheImpl<C extends Connection>
Manage connections that are initiated from another VM.
|
class |
OutboundCacheEntry<C extends Connection> |
class |
OutboundConnectionCacheBlockingImpl<C extends Connection> |
class |
OutboundConnectionCacheImpl<C extends Connection>
Manage connections that are initiated from this VM.
|
class |
OutboundConnectionState<C extends Connection> |
| Modifier and Type | Interface and Description |
|---|---|
interface |
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.
|
| Modifier and Type | Method and Description |
|---|---|
static <C extends Connection> |
ConnectionCacheFactory.makeBlockingInboundConnectionCache(String cacheType,
int highWaterMark,
int numberToReclaim,
int ttl) |
static <C extends Connection> |
ConnectionCacheFactory.makeBlockingOutboundConnectionCache(String cacheType,
int highWaterMark,
int numberToReclaim,
int maxParallelConnections,
int ttl) |
static <C extends Connection> |
ConnectionCacheFactory.makeNonBlockingInboundConnectionCache(String cacheType,
int highWaterMark,
int numberToReclaim,
int ttl) |
static <C extends Connection> |
ConnectionCacheFactory.makeNonBlockingOutboundConnectionCache(String cacheType,
int highWaterMark,
int numberToReclaim,
int maxParallelConnections,
int ttl) |
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.