Uses of Interface
com.sun.corba.ee.spi.transport.InboundConnectionCache
-
Packages that use InboundConnectionCache Package Description com.sun.corba.ee.impl.orb com.sun.corba.ee.impl.transport com.sun.corba.ee.spi.transport -
-
Uses of InboundConnectionCache in com.sun.corba.ee.impl.orb
Methods in com.sun.corba.ee.impl.orb that return InboundConnectionCache Modifier and Type Method Description InboundConnectionCacheParserTable.TestAcceptor1. getConnectionCache()InboundConnectionCacheParserTable.TestAcceptor2. getConnectionCache()Methods in com.sun.corba.ee.impl.orb with parameters of type InboundConnectionCache Modifier and Type Method Description voidParserTable.TestAcceptor1. setConnectionCache(InboundConnectionCache connectionCache)voidParserTable.TestAcceptor2. setConnectionCache(InboundConnectionCache connectionCache) -
Uses of InboundConnectionCache in com.sun.corba.ee.impl.transport
Classes in com.sun.corba.ee.impl.transport that implement InboundConnectionCache Modifier and Type Class Description classInboundConnectionCacheImplFields in com.sun.corba.ee.impl.transport declared as InboundConnectionCache Modifier and Type Field Description protected InboundConnectionCacheAcceptorBase. connectionCacheFields in com.sun.corba.ee.impl.transport with type parameters of type InboundConnectionCache Modifier and Type Field Description protected java.util.Map<java.lang.String,InboundConnectionCache>TransportManagerImpl. inboundConnectionCachesMethods in com.sun.corba.ee.impl.transport that return InboundConnectionCache Modifier and Type Method Description InboundConnectionCacheAcceptorBase. getConnectionCache()InboundConnectionCacheTransportManagerImpl. getInboundConnectionCache(Acceptor acceptor)Methods in com.sun.corba.ee.impl.transport that return types with arguments of type InboundConnectionCache Modifier and Type Method Description java.util.Collection<InboundConnectionCache>TransportManagerImpl. getInboundConnectionCaches()Methods in com.sun.corba.ee.impl.transport with parameters of type InboundConnectionCache Modifier and Type Method Description voidAcceptorBase. setConnectionCache(InboundConnectionCache connectionCache) -
Uses of InboundConnectionCache in com.sun.corba.ee.spi.transport
Methods in com.sun.corba.ee.spi.transport that return InboundConnectionCache Modifier and Type Method Description InboundConnectionCacheAcceptor. getConnectionCache()InboundConnectionCacheTransportManager. getInboundConnectionCache(Acceptor acceptor)Methods in com.sun.corba.ee.spi.transport that return types with arguments of type InboundConnectionCache Modifier and Type Method Description java.util.Collection<InboundConnectionCache>TransportManager. getInboundConnectionCaches()Methods in com.sun.corba.ee.spi.transport with parameters of type InboundConnectionCache Modifier and Type Method Description voidAcceptor. setConnectionCache(InboundConnectionCache connectionCache)
-