| Modifier and Type | Method and Description |
|---|---|
ConnectionSession |
WSConnectionManager.find(ContactInfo<ConnectionSession> contactInfo,
Collection<ConnectionSession> idleConnections,
Collection<ConnectionSession> busyConnections) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
OutboundConnectionCacheBlockingImpl.canCreateNewConnection(ContactInfo<C> cinfo) |
C |
OutboundConnectionCacheBlockingImpl.get(ContactInfo<C> cinfo) |
C |
OutboundConnectionCacheBlockingImpl.get(ContactInfo<C> cinfo,
ConnectionFinder<C> finder) |
com.sun.xml.ws.transport.tcp.connectioncache.impl.transport.OutboundConnectionCacheBlockingImpl.ConnectionState<C> |
OutboundConnectionCacheBlockingImpl.getConnectionState(ContactInfo<C> cinfo,
com.sun.xml.ws.transport.tcp.connectioncache.impl.transport.OutboundConnectionCacheBlockingImpl.CacheEntry<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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
WSTCPURI |
Copyright © 2005–2018 Oracle Corporation. All rights reserved.