ConnectionFinderpublic interface ConnectionFinder An instance of a ConnectionFinder may be supplied to the
OutboundConnectionCache.get method. |
Methods Summary |
---|
public C | find(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.
|
|