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