Deprecated API

Contents

Deprecated Fields

org.logicalcobwebs.proxool.ConnectionPoolDefinitionIF.DEFAULT_MAXIMUM_NEW_CONNECTIONS
org.logicalcobwebs.proxool.ProxoolConstants.MAXIMUM_NEW_CONNECTIONS
org.logicalcobwebs.proxool.ProxoolConstants.MAXIMUM_NEW_CONNECTIONS_PROPERTY
org.logicalcobwebs.proxool.ProxoolConstants.DEBUG_LEVEL_PROPERTY
use verbose instead.

Deprecated Methods

org.logicalcobwebs.proxool.ConnectionPoolDefinitionIF.getMaximumNewConnections()
use more descriptive getSimultaneousBuildThrottle() instead
org.logicalcobwebs.proxool.ConnectionPoolDefinitionIF.getName()
use getAlias() instead.
org.logicalcobwebs.proxool.ConnectionPoolDefinitionIF.getProperties()
use less ambiguous getDelegateProperties() instead
org.logicalcobwebs.proxool.ConnectionPoolDefinitionIF.getDebugLevel()
use isVerbose() instead
org.logicalcobwebs.proxool.ProxoolFacade.removeAllConnectionPools(int)
use the better named shutdown() instead.
org.logicalcobwebs.proxool.ProxoolFacade.getConnectionPoolStatistics(String)
use getSnapshot
org.logicalcobwebs.proxool.ProxoolFacade.getConnectionPoolStatisticsDump(String)
use getSnapshot
org.logicalcobwebs.proxool.ProxoolFacade.getConnectionInfos(String)
use snapshot instead.
org.logicalcobwebs.proxool.ProxoolFacade.killAllConnections(String,boolean)
use alternative to provide better auditing in log
org.logicalcobwebs.proxool.ProxoolFacade.killAllConnections(String)
use alternative to provide better auditing in log
org.logicalcobwebs.proxool.ProxoolFacade.setStateListener(String,StateListenerIF)
org.logicalcobwebs.proxool.ProxoolFacade.setConnectionListener(String,ConnectionListenerIF)
org.logicalcobwebs.proxool.ProxoolFacade.setConfigurationListener(String,ConfigurationListenerIF)
org.logicalcobwebs.proxool.ProxoolFacade.getDelegateStatement(Statement)
Just cast the statement that you are given into the driver specific one.
org.logicalcobwebs.proxool.ProxoolFacade.getDelegateConnection(Connection)
Just cast the connection that you are given into the driver specific one.