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 InboundConnectionCache
ParserTable.TestAcceptor1. getConnectionCache()
InboundConnectionCache
ParserTable.TestAcceptor2. getConnectionCache()
Methods in com.sun.corba.ee.impl.orb with parameters of type InboundConnectionCache Modifier and Type Method Description void
ParserTable.TestAcceptor1. setConnectionCache(InboundConnectionCache connectionCache)
void
ParserTable.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 class
InboundConnectionCacheImpl
Fields in com.sun.corba.ee.impl.transport declared as InboundConnectionCache Modifier and Type Field Description protected InboundConnectionCache
AcceptorBase. connectionCache
Fields 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. inboundConnectionCaches
Methods in com.sun.corba.ee.impl.transport that return InboundConnectionCache Modifier and Type Method Description InboundConnectionCache
AcceptorBase. getConnectionCache()
InboundConnectionCache
TransportManagerImpl. 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 void
AcceptorBase. 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 InboundConnectionCache
Acceptor. getConnectionCache()
InboundConnectionCache
TransportManager. 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 void
Acceptor. setConnectionCache(InboundConnectionCache connectionCache)
-