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


public interface OutboundConnectionFactory<C extends java.io.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, java.util.logging.Logger logger)
           
 

Method Detail

makeBlockingOutboundConnectionCache

OutboundConnectionCache<C> makeBlockingOutboundConnectionCache(int highWaterMark,
                                                               int numberToReclaim,
                                                               int maxParallelConnections,
                                                               java.util.logging.Logger logger)


Copyright © 2012 Oracle Corporation. All Rights Reserved.