Uses of Interface
com.sun.corba.ee.spi.transport.OutboundConnectionCache
-
Packages that use OutboundConnectionCache Package Description com.sun.corba.ee.impl.plugin.hwlb com.sun.corba.ee.impl.transport com.sun.corba.ee.spi.transport -
-
Uses of OutboundConnectionCache in com.sun.corba.ee.impl.plugin.hwlb
Classes in com.sun.corba.ee.impl.plugin.hwlb that implement OutboundConnectionCache Modifier and Type Class Description private static classNoConnectionCacheImpl.NCCConnectionCacheImpl -
Uses of OutboundConnectionCache in com.sun.corba.ee.impl.transport
Classes in com.sun.corba.ee.impl.transport that implement OutboundConnectionCache Modifier and Type Class Description classOutboundConnectionCacheImplFields in com.sun.corba.ee.impl.transport declared as OutboundConnectionCache Modifier and Type Field Description protected OutboundConnectionCacheContactInfoBase. connectionCacheFields in com.sun.corba.ee.impl.transport with type parameters of type OutboundConnectionCache Modifier and Type Field Description protected java.util.Map<java.lang.String,OutboundConnectionCache>TransportManagerImpl. outboundConnectionCachesMethods in com.sun.corba.ee.impl.transport that return OutboundConnectionCache Modifier and Type Method Description OutboundConnectionCacheContactInfoBase. getConnectionCache()OutboundConnectionCacheTransportManagerImpl. getOutboundConnectionCache(ContactInfo contactInfo)Methods in com.sun.corba.ee.impl.transport that return types with arguments of type OutboundConnectionCache Modifier and Type Method Description java.util.Collection<OutboundConnectionCache>TransportManagerImpl. getOutboundConnectionCaches()Methods in com.sun.corba.ee.impl.transport with parameters of type OutboundConnectionCache Modifier and Type Method Description voidContactInfoBase. setConnectionCache(OutboundConnectionCache connectionCache) -
Uses of OutboundConnectionCache in com.sun.corba.ee.spi.transport
Methods in com.sun.corba.ee.spi.transport that return OutboundConnectionCache Modifier and Type Method Description OutboundConnectionCacheContactInfo. getConnectionCache()OutboundConnectionCacheTransportManager. getOutboundConnectionCache(ContactInfo contactInfo)Methods in com.sun.corba.ee.spi.transport that return types with arguments of type OutboundConnectionCache Modifier and Type Method Description java.util.Collection<OutboundConnectionCache>TransportManager. getOutboundConnectionCaches()Methods in com.sun.corba.ee.spi.transport with parameters of type OutboundConnectionCache Modifier and Type Method Description voidContactInfo. setConnectionCache(OutboundConnectionCache connectionCache)
-