Uses of Interface
com.sun.corba.se.pept.transport.InboundConnectionCache
Packages that use InboundConnectionCache
Package
Description
-
Uses of InboundConnectionCache in com.sun.corba.se.impl.orb
Methods in com.sun.corba.se.impl.orb that return InboundConnectionCacheModifier and TypeMethodDescriptionParserTable.TestAcceptor1.getConnectionCache()ParserTable.TestAcceptor2.getConnectionCache()Methods in com.sun.corba.se.impl.orb with parameters of type InboundConnectionCacheModifier and TypeMethodDescriptionvoidParserTable.TestAcceptor1.setConnectionCache(InboundConnectionCache connectionCache) voidParserTable.TestAcceptor2.setConnectionCache(InboundConnectionCache connectionCache) -
Uses of InboundConnectionCache in com.sun.corba.se.impl.transport
Classes in com.sun.corba.se.impl.transport that implement InboundConnectionCacheFields in com.sun.corba.se.impl.transport declared as InboundConnectionCacheModifier and TypeFieldDescriptionprotected InboundConnectionCacheSocketOrChannelAcceptorImpl.connectionCacheMethods in com.sun.corba.se.impl.transport that return InboundConnectionCacheModifier and TypeMethodDescriptionSocketOrChannelAcceptorImpl.getConnectionCache()CorbaTransportManagerImpl.getInboundConnectionCache(Acceptor acceptor) Methods in com.sun.corba.se.impl.transport with parameters of type InboundConnectionCacheModifier and TypeMethodDescriptionvoidSocketOrChannelAcceptorImpl.setConnectionCache(InboundConnectionCache connectionCache) -
Uses of InboundConnectionCache in com.sun.corba.se.pept.transport
Methods in com.sun.corba.se.pept.transport that return InboundConnectionCacheModifier and TypeMethodDescriptionAcceptor.getConnectionCache()Get theInboundConnectionCacheused by thisAcceptorPEPt uses separate caches for each type ofAcceptoras given byAcceptor.getConnectionCacheType().TransportManager.getInboundConnectionCache(Acceptor acceptor) Methods in com.sun.corba.se.pept.transport with parameters of type InboundConnectionCacheModifier and TypeMethodDescriptionvoidAcceptor.setConnectionCache(InboundConnectionCache connectionCache) Set theInboundConnectionCacheto be used by thisAcceptor. -
Uses of InboundConnectionCache in org.wildfly.orb.impl.transport
Classes in org.wildfly.orb.impl.transport that implement InboundConnectionCache