com.mchange.v2.c3p0
Class C3P0Registry
java.lang.Object
com.mchange.v2.c3p0.C3P0Registry
public final class C3P0Registry
extends java.lang.Object
allIdentityTokenized
public static Set allIdentityTokenized()
allIdentityTokens
public static Set allIdentityTokens()
allPooledDataSources
public static Set allPooledDataSources()
getConnectionCustomizer
public static ConnectionCustomizer getConnectionCustomizer(String className)
throws SQLException
getConnectionTester
public static ConnectionTester getConnectionTester(String className)
getNumPooledDataSources
public static int getNumPooledDataSources()
getNumPoolsAllDataSources
public static int getNumPoolsAllDataSources()
throws SQLException
getNumThreadsAllThreadPools
public int getNumThreadsAllThreadPools()
throws SQLException
getPooledDataSources
public static Set getPooledDataSources()
pooledDataSourceByName
public static PooledDataSource pooledDataSourceByName(String dataSourceName)
pooledDataSourcesByName
public static Set pooledDataSourcesByName(String dataSourceName)
reregister
public static com.mchange.v2.c3p0.impl.IdentityTokenized reregister(com.mchange.v2.c3p0.impl.IdentityTokenized idt)