| Package | Description |
|---|---|
| com.sun.corba.ee.impl.transport.connection | |
| com.sun.corba.ee.spi.transport.connection |
| Modifier and Type | Method and Description |
|---|---|
boolean |
OutboundConnectionCacheImpl.canCreateNewConnection(ContactInfo<C> cinfo) |
boolean |
OutboundConnectionCacheBlockingImpl.canCreateNewConnection(ContactInfo<C> cinfo) |
C |
OutboundConnectionCacheImpl.get(ContactInfo<C> cinfo) |
C |
OutboundConnectionCacheBlockingImpl.get(ContactInfo<C> cinfo) |
C |
OutboundConnectionCacheImpl.get(ContactInfo<C> cinfo,
ConnectionFinder<C> finder) |
C |
OutboundConnectionCacheBlockingImpl.get(ContactInfo<C> cinfo,
ConnectionFinder<C> finder) |
| Constructor and Description |
|---|
OutboundConnectionState(ContactInfo<C> cinfo,
OutboundCacheEntry<C> entry,
C conn) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
OutboundConnectionCache.canCreateNewConnection(ContactInfo<C> cinfo)
Determine whether a new connection could be created by the
ConnectionCache or not.
|
C |
ConnectionFinder.find(ContactInfo<C> cinfo,
Collection<C> idleConnections,
Collection<C> busyConnections)
Method that searches idleConnections and busyConnections for
the best connection.
|
C |
OutboundConnectionCache.get(ContactInfo<C> cinfo)
Behaves the same as get( ContactInfo
|
C |
OutboundConnectionCache.get(ContactInfo<C> cinfo,
ConnectionFinder<C> finder)
Return a Connection corresponding to the given ContactInfo.
|
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.