public class BoneCPConnectionPoolFactory.BoneCPConnectionPool extends Object implements ConnectionPool
Constructor and Description |
---|
BoneCPConnectionPool(com.jolbox.bonecp.BoneCPDataSource 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 BoneCPConnectionPool(com.jolbox.bonecp.BoneCPDataSource ds)
public void close()
ConnectionPool
close
in interface ConnectionPool
public DataSource getDataSource()
ConnectionPool
getDataSource
in interface ConnectionPool
Copyright © 2015. All rights reserved.