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 C
OutboundConnectionCacheBlockingImpl. get(ContactInfo<C> cinfo, ConnectionFinder<C> finder)
C
OutboundConnectionCacheImpl. 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 C
OutboundConnectionCache. get(ContactInfo<C> cinfo, ConnectionFinder<C> finder)
Return a Connection corresponding to the given ContactInfo.
-