| Package | Description |
|---|---|
| com.sun.corba.ee.impl.transport.connection | |
| com.sun.corba.ee.spi.transport.connection |
| Modifier and Type | Class and Description |
|---|---|
class |
OutboundConnectionCacheBlockingImpl<C extends Connection> |
class |
OutboundConnectionCacheImpl<C extends Connection>
Manage connections that are initiated from this VM.
|
| Modifier and Type | Method and Description |
|---|---|
static <C extends Connection> |
ConnectionCacheFactory.makeBlockingOutboundConnectionCache(String cacheType,
int highWaterMark,
int numberToReclaim,
int maxParallelConnections,
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.