public class PoolableManagedConnection extends PoolableConnection
PoolableConnection| Constructor and Description |
|---|
PoolableManagedConnection(TransactionRegistry transactionRegistry,
java.sql.Connection conn,
org.apache.commons.pool2.ObjectPool<PoolableConnection> pool)
Create a PoolableManagedConnection.
|
| Modifier and Type | Method and Description |
|---|---|
void |
reallyClose()
Actually close the underlying connection.
|
close, getToString, isClosed, validateabort, clearCachedState, clearWarnings, commit, createArrayOf, createBlob, createClob, createNClob, createSQLXML, createStatement, createStatement, createStatement, createStruct, getAutoCommit, getCacheState, getCatalog, getClientInfo, getClientInfo, getDefaultQueryTimeout, getDelegate, getHoldability, getInnermostDelegate, getInnermostDelegateInternal, getMetaData, getNetworkTimeout, getSchema, getTransactionIsolation, getTypeMap, getWarnings, innermostDelegateEquals, isReadOnly, isValid, isWrapperFor, nativeSQL, prepareCall, prepareCall, prepareCall, prepareStatement, prepareStatement, prepareStatement, prepareStatement, prepareStatement, prepareStatement, releaseSavepoint, rollback, rollback, setAutoCommit, setCacheState, setCatalog, setClientInfo, setClientInfo, setDefaultQueryTimeout, setDelegate, setHoldability, setNetworkTimeout, setReadOnly, setSavepoint, setSavepoint, setSchema, setTransactionIsolation, setTypeMap, toString, unwrapgetLastUsedequals, getClass, hashCode, notify, notifyAll, wait, wait, waitclearCachedState, clearWarnings, getAutoCommit, getCacheState, getCatalog, getHoldability, getSchema, getTransactionIsolation, isReadOnly, setAutoCommit, setCacheState, setCatalog, setHoldability, setReadOnly, setSchema, setTransactionIsolationpublic PoolableManagedConnection(TransactionRegistry transactionRegistry, java.sql.Connection conn, org.apache.commons.pool2.ObjectPool<PoolableConnection> pool)
transactionRegistry - transaction registryconn - underlying connectionpool - connection poolpublic void reallyClose()
throws java.sql.SQLException
reallyClose in interface PoolableConnectionMXBeanreallyClose in class PoolableConnectionjava.sql.SQLExceptionCopyright © 2001-2015 Apache Software Foundation. Documenation generated October 5 2016.