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 class
NoConnectionCacheImpl.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 class
OutboundConnectionCacheImpl
Fields in com.sun.corba.ee.impl.transport declared as OutboundConnectionCache Modifier and Type Field Description protected OutboundConnectionCache
ContactInfoBase. connectionCache
Fields 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. outboundConnectionCaches
Methods in com.sun.corba.ee.impl.transport that return OutboundConnectionCache Modifier and Type Method Description OutboundConnectionCache
ContactInfoBase. getConnectionCache()
OutboundConnectionCache
TransportManagerImpl. 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 void
ContactInfoBase. 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 OutboundConnectionCache
ContactInfo. getConnectionCache()
OutboundConnectionCache
TransportManager. 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 void
ContactInfo. setConnectionCache(OutboundConnectionCache connectionCache)
-