com.mchange.v2.c3p0

Class C3P0Registry


public final class C3P0Registry
extends java.lang.Object

Method Summary

static Set
allIdentityTokenized()
static Set
allIdentityTokens()
static Set
allPooledDataSources()
static ConnectionCustomizer
getConnectionCustomizer(String className)
static ConnectionTester
getConnectionTester(String className)
static int
getNumPooledDataSources()
static int
getNumPoolsAllDataSources()
int
getNumThreadsAllThreadPools()
static Set
getPooledDataSources()
static void
markClosed(PooledDataSource pds)
static PooledDataSource
pooledDataSourceByName(String dataSourceName)
static Set
pooledDataSourcesByName(String dataSourceName)
static com.mchange.v2.c3p0.impl.IdentityTokenized
reregister(com.mchange.v2.c3p0.impl.IdentityTokenized idt)

Method Details

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()

markClosed

public static void markClosed(PooledDataSource pds)

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)