com.sun.grizzly.connectioncache.client
Interface OutboundConnectionFactory<C extends Closeable>


public interface OutboundConnectionFactory<C extends Closeable>

OutboundConnectionFactory is pluggable factory, responsible for creating and initializing OutboundConnectionCache.

Author:
Minoru Nitta

Method Summary
 OutboundConnectionCache<C> makeBlockingOutboundConnectionCache(int highWaterMark, int numberToReclaim, int maxParallelConnections, Logger logger)
           
 

Method Detail

makeBlockingOutboundConnectionCache

OutboundConnectionCache<C> makeBlockingOutboundConnectionCache(int highWaterMark,
                                                               int numberToReclaim,
                                                               int maxParallelConnections,
                                                               Logger logger)


Copyright © 2012 Oracle Corporation. All Rights Reserved.