public class PooledConnectionProxyFactory extends AbstractPooledConnectionProxyFactory<ConnectionPoolDataSource,ConnectionPoolDataSourceDatabase,PooledConnection>
logger
Constructor and Description |
---|
PooledConnectionProxyFactory(ConnectionPoolDataSource parentProxy,
ProxyFactory<ConnectionPoolDataSource,ConnectionPoolDataSourceDatabase,ConnectionPoolDataSource,SQLException> parent,
Invoker<ConnectionPoolDataSource,ConnectionPoolDataSourceDatabase,ConnectionPoolDataSource,PooledConnection,SQLException> invoker,
Map<ConnectionPoolDataSourceDatabase,PooledConnection> map) |
Modifier and Type | Method and Description |
---|---|
PooledConnection |
createProxy() |
addConnectionEventListener, addStatementEventListener, close, removeConnectionEventListener, removeStatementEventListener, replay
getTransactionContext
close, create, getParent, getParentProxy, remove
addChild, children, entries, get, getDatabaseCluster, getExceptionFactory, record, remove, removeChild, removeChildren
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
close, getParent, getParentProxy, remove
addChild, entries, get, getDatabaseCluster, getExceptionFactory, record, removeChild, removeChildren
public PooledConnectionProxyFactory(ConnectionPoolDataSource parentProxy, ProxyFactory<ConnectionPoolDataSource,ConnectionPoolDataSourceDatabase,ConnectionPoolDataSource,SQLException> parent, Invoker<ConnectionPoolDataSource,ConnectionPoolDataSourceDatabase,ConnectionPoolDataSource,PooledConnection,SQLException> invoker, Map<ConnectionPoolDataSourceDatabase,PooledConnection> map)
public PooledConnection createProxy()
Copyright © 2004–2014 Paul Ferraro. All rights reserved.