Uses of Interface
com.mchange.v2.c3p0.PooledDataSource
-
Packages that use PooledDataSource Package Description com.mchange.v2.c3p0 com.mchange.v2.c3p0.debug com.mchange.v2.c3p0.impl com.mchange.v2.c3p0.management -
-
Uses of PooledDataSource in com.mchange.v2.c3p0
Classes in com.mchange.v2.c3p0 that implement PooledDataSource Modifier and Type Class Description classAbstractComboPooledDataSourceFor the meaning of most of these properties, please see c3p0's top-level documentation!classComboPooledDataSourceFor the meaning of most of these properties, please see c3p0's top-level documentation!classPoolBackedDataSourceMethods in com.mchange.v2.c3p0 that return PooledDataSource Modifier and Type Method Description static PooledDataSourceC3P0Registry. pooledDataSourceByName(java.lang.String dataSourceName)Note: If multiple PooledDataSources in your JVM share the samedataSourceName, which of those multiple DataSources will be returned by this method is undefined!Methods in com.mchange.v2.c3p0 with parameters of type PooledDataSource Modifier and Type Method Description static voidC3P0Registry. markClosed(PooledDataSource pds) -
Uses of PooledDataSource in com.mchange.v2.c3p0.debug
Classes in com.mchange.v2.c3p0.debug that implement PooledDataSource Modifier and Type Class Description classAfterCloseLoggingComboPooledDataSourceFor the meaning of most of these properties, please see c3p0's top-level documentation!classCloseLoggingComboPooledDataSourceFor the meaning of most of these properties, please see c3p0's top-level documentation!classConstructionLoggingComboPooledDataSourceFor the meaning of most of these properties, please see c3p0's top-level documentation! -
Uses of PooledDataSource in com.mchange.v2.c3p0.impl
Classes in com.mchange.v2.c3p0.impl that implement PooledDataSource Modifier and Type Class Description classAbstractPoolBackedDataSource -
Uses of PooledDataSource in com.mchange.v2.c3p0.management
Methods in com.mchange.v2.c3p0.management with parameters of type PooledDataSource Modifier and Type Method Description voidActiveManagementCoordinator. attemptManagePooledDataSource(PooledDataSource pds)voidManagementCoordinator. attemptManagePooledDataSource(PooledDataSource pds)voidNullManagementCoordinator. attemptManagePooledDataSource(PooledDataSource pds)voidActiveManagementCoordinator. attemptUnmanagePooledDataSource(PooledDataSource pds)voidManagementCoordinator. attemptUnmanagePooledDataSource(PooledDataSource pds)voidNullManagementCoordinator. attemptUnmanagePooledDataSource(PooledDataSource pds)Constructors in com.mchange.v2.c3p0.management with parameters of type PooledDataSource Constructor Description DynamicPooledDataSourceManagerMBean(PooledDataSource pds, java.lang.String mbeanName, javax.management.MBeanServer mbs)PooledDataSourceManager(PooledDataSource pds)
-