Uses of Interface
com.sun.corba.ee.spi.transport.connection.ConnectionFinder
-
Packages that use ConnectionFinder Package Description com.sun.corba.ee.impl.transport.connection com.sun.corba.ee.spi.transport.connection -
-
Uses of ConnectionFinder in com.sun.corba.ee.impl.transport.connection
Methods in com.sun.corba.ee.impl.transport.connection with parameters of type ConnectionFinder Modifier and Type Method Description COutboundConnectionCacheBlockingImpl. get(ContactInfo<C> cinfo, ConnectionFinder<C> finder)COutboundConnectionCacheImpl. get(ContactInfo<C> cinfo, ConnectionFinder<C> finder) -
Uses of ConnectionFinder in com.sun.corba.ee.spi.transport.connection
Methods in com.sun.corba.ee.spi.transport.connection with parameters of type ConnectionFinder Modifier and Type Method Description COutboundConnectionCache. get(ContactInfo<C> cinfo, ConnectionFinder<C> finder)Return a Connection corresponding to the given ContactInfo.
-