This connection manager returns null when the pool is empty.
Therefore all requests fail fast until connections are freed.
author: Emmanuel Cecchet author: Nicolas Modrzyk version: 1.0
public FailFastPoolConnectionManager(String backendUrl, String backendName, String login, String password, String driverPath, String driverClassName, int poolSize)(Code)
Creates a new FailFastPoolConnectionManager instance.
Parameters: backendUrl - URL of the DatabaseBackend owning thisconnection manager Parameters: backendName - name of the DatabaseBackend owning thisconnection manager Parameters: login - backend connection login to be used by this connection manager Parameters: password - backend connection password to be used by this connectionmanager Parameters: driverPath - path for driver Parameters: driverClassName - class name for driver Parameters: poolSize - size of the connection pool