org.logicalcobwebs.proxool.ProxoolFacade.getConnectionInfos(String)
|
org.logicalcobwebs.proxool.ProxoolFacade.getConnectionPoolStatistics(String)
|
org.logicalcobwebs.proxool.ProxoolFacade.getConnectionPoolStatisticsDump(String)
|
org.logicalcobwebs.proxool.ConnectionPoolDefinitionIF.getDebugLevel()
|
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()
|
org.logicalcobwebs.proxool.ConnectionPoolDefinitionIF.getName()
|
org.logicalcobwebs.proxool.ConnectionPoolDefinitionIF.getProperties()
|
org.logicalcobwebs.proxool.ProxoolFacade.killAllConnections(String)
|
org.logicalcobwebs.proxool.ProxoolFacade.killAllConnections(String, boolean)
|
org.logicalcobwebs.proxool.ProxoolFacade.removeAllConnectionPools(int)
|
org.logicalcobwebs.proxool.ProxoolFacade.setConfigurationListener(String, ConfigurationListenerIF)
|
org.logicalcobwebs.proxool.ProxoolFacade.setConnectionListener(String, ConnectionListenerIF)
|
org.logicalcobwebs.proxool.ProxoolFacade.setStateListener(String, StateListenerIF)
|