| Package | Description |
|---|---|
| com.sun.corba.ee.impl.transport.connection | |
| com.sun.corba.ee.spi.transport.connection |
| Modifier and Type | Class and Description |
|---|---|
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.
|
| 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.makeNonBlockingInboundConnectionCache(String cacheType,
int highWaterMark,
int numberToReclaim,
int ttl) |
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.