FileDocCategorySizeDatePackage
ConnectionFinder.javaAPI DocExample2616Tue May 29 16:57:06 BST 2007com.sun.xml.ws.transport.tcp.connectioncache.spi.transport

ConnectionFinder

public interface ConnectionFinder
An instance of a ConnectionFinder may be supplied to the OutboundConnectionCache.get method.

Fields Summary
Constructors Summary
Methods Summary
public Cfind(ContactInfo cinfo, java.util.Collection idleConnections, java.util.Collection busyConnections)
Method that searches idleConnections and busyConnections for the best connection. May return null if no best connections exists. May create a new connection and return it.