Uses of Interface
com.sun.corba.ee.spi.transport.ConnectionCache
-
Packages that use ConnectionCache Package Description com.sun.corba.ee.impl.orb com.sun.corba.ee.impl.plugin.hwlb com.sun.corba.ee.impl.transport com.sun.corba.ee.spi.transport -
-
Uses of ConnectionCache in com.sun.corba.ee.impl.orb
Methods in com.sun.corba.ee.impl.orb that return ConnectionCache Modifier and Type Method Description ConnectionCacheORBSingleton. getConnectionCache(ContactInfo contactInfo) -
Uses of ConnectionCache in com.sun.corba.ee.impl.plugin.hwlb
Classes in com.sun.corba.ee.impl.plugin.hwlb that implement ConnectionCache Modifier and Type Class Description private static classNoConnectionCacheImpl.NCCConnectionCacheImpl -
Uses of ConnectionCache in com.sun.corba.ee.impl.transport
Classes in com.sun.corba.ee.impl.transport that implement ConnectionCache Modifier and Type Class Description classConnectionCacheBaseclassInboundConnectionCacheImplclassOutboundConnectionCacheImplFields in com.sun.corba.ee.impl.transport declared as ConnectionCache Modifier and Type Field Description protected ConnectionCacheConnectionImpl. connectionCacheMethods in com.sun.corba.ee.impl.transport that return ConnectionCache Modifier and Type Method Description ConnectionCacheConnectionImpl. getConnectionCache()Methods in com.sun.corba.ee.impl.transport with parameters of type ConnectionCache Modifier and Type Method Description voidConnectionImpl. setConnectionCache(ConnectionCache connectionCache) -
Uses of ConnectionCache in com.sun.corba.ee.spi.transport
Subinterfaces of ConnectionCache in com.sun.corba.ee.spi.transport Modifier and Type Interface Description interfaceInboundConnectionCacheinterfaceOutboundConnectionCacheMethods in com.sun.corba.ee.spi.transport that return ConnectionCache Modifier and Type Method Description ConnectionCacheConnection. getConnectionCache()Methods in com.sun.corba.ee.spi.transport with parameters of type ConnectionCache Modifier and Type Method Description voidConnection. setConnectionCache(ConnectionCache connectionCache)
-