public class C3P0ConnectionPoolFactory.C3P0ConnectionPool extends Object implements ConnectionPool
Constructor and Description |
---|
C3P0ConnectionPool(com.mchange.v2.c3p0.PooledDataSource ds) |
Modifier and Type | Method and Description |
---|---|
void |
close()
Method to call when closing the StoreManager down, and consequently to close the pool.
|
DataSource |
getDataSource()
Accessor for the pooled DataSource.
|
public C3P0ConnectionPool(com.mchange.v2.c3p0.PooledDataSource ds)
public void close()
ConnectionPool
close
in interface ConnectionPool
public DataSource getDataSource()
ConnectionPool
getDataSource
in interface ConnectionPool
Copyright © 2015. All rights reserved.