Uses of Interface
com.mchange.v2.c3p0.PooledDataSource
Packages that use PooledDataSource
Package
Description
-
Uses of PooledDataSource in com.mchange.v2.c3p0
Classes in com.mchange.v2.c3p0 that implement PooledDataSourceModifier and TypeClassDescriptionclassFor the meaning of most of these properties, please see c3p0's top-level documentation!final classFor the meaning of most of these properties, please see c3p0's top-level documentation!final classMethods in com.mchange.v2.c3p0 that return PooledDataSourceModifier and TypeMethodDescriptionstatic PooledDataSourceC3P0Registry.pooledDataSourceByName(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 -
Uses of PooledDataSource in com.mchange.v2.c3p0.debug
Classes in com.mchange.v2.c3p0.debug that implement PooledDataSourceModifier and TypeClassDescriptionfinal classFor the meaning of most of these properties, please see c3p0's top-level documentation!final classFor the meaning of most of these properties, please see c3p0's top-level documentation!final classFor 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 -
Uses of PooledDataSource in com.mchange.v2.c3p0.management
Methods in com.mchange.v2.c3p0.management with parameters of type PooledDataSourceModifier and TypeMethodDescriptionvoidActiveManagementCoordinator.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 PooledDataSourceModifierConstructorDescriptionDynamicPooledDataSourceManagerMBean(PooledDataSource pds, String mbeanName, MBeanServer mbs)