| Package | Description |
|---|---|
| com.sun.corba.se.impl.transport | |
| com.sun.corba.se.pept.transport |
| Modifier and Type | Class and Description |
|---|---|
class |
CorbaOutboundConnectionCacheImpl |
| Modifier and Type | Field and Description |
|---|---|
protected OutboundConnectionCache |
CorbaContactInfoBase.connectionCache |
| Modifier and Type | Method and Description |
|---|---|
OutboundConnectionCache |
CorbaContactInfoBase.getConnectionCache() |
OutboundConnectionCache |
CorbaTransportManagerImpl.getOutboundConnectionCache(ContactInfo contactInfo) |
| Modifier and Type | Method and Description |
|---|---|
void |
CorbaContactInfoBase.setConnectionCache(OutboundConnectionCache connectionCache) |
| Modifier and Type | Method and Description |
|---|---|
OutboundConnectionCache |
ContactInfo.getConnectionCache()
Get the
OutboundConnectionCache
used by this ContactInfo
PEPt uses separate caches for each type of ContactInfo
as given by ContactInfo.getConnectionCacheType(). |
OutboundConnectionCache |
TransportManager.getOutboundConnectionCache(ContactInfo contactInfo) |
| Modifier and Type | Method and Description |
|---|---|
void |
ContactInfo.setConnectionCache(OutboundConnectionCache connectionCache)
Set the
OutboundConnectionCache
to be used by this ContactInfo. |
Copyright © 2019 JBoss by Red Hat. All rights reserved.