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
create, getDatabaseCluster, getParent, getParentProxy, getRoot, remove
addChild, entries, get, getExceptionFactory, record, removeChild, removeChildren, retain
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getParent, getParentProxy, remove
addChild, entries, get, getDatabaseCluster, getExceptionFactory, getRoot, record, removeChild, removeChildren, retain
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–2013 Paul Ferraro. All rights reserved.