public class AtomikosJdbcConnectionProxy extends AbstractJdbcConnectionProxy
| Constructor and Description |
|---|
AtomikosJdbcConnectionProxy(Connection delegate,
SessionHandleState sessionHandleState,
boolean localTransactionMode) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
protected Class<Connection> |
getRequiredInterfaceType() |
protected void |
handleInvocationException(Throwable e) |
protected boolean |
isEnlistedInGlobalTransaction() |
String |
toString() |
protected void |
updateTransactionContext() |
addStatement, commit, createStatement, createStatement, createStatement, forceCloseAllPendingStatements, getAutoCommit, isClosed, prepareCall, prepareCall, prepareCall, prepareStatement, prepareStatement, prepareStatement, prepareStatement, prepareStatement, prepareStatement, releaseSavepoint, removeStatement, rollback, rollback, setAutoCommit, setSavepoint, setSavepoint, throwInvocationAfterClosepublic AtomikosJdbcConnectionProxy(Connection delegate, SessionHandleState sessionHandleState, boolean localTransactionMode)
protected boolean isEnlistedInGlobalTransaction()
isEnlistedInGlobalTransaction in class AbstractJdbcConnectionProxyprotected void updateTransactionContext()
throws SQLException
updateTransactionContext in class AbstractJdbcConnectionProxySQLExceptionpublic void close()
throws SQLException
SQLExceptionprotected void handleInvocationException(Throwable e) throws Throwable
handleInvocationException in class com.atomikos.util.DynamicProxySupport<Connection>Throwableprotected Class<Connection> getRequiredInterfaceType()
getRequiredInterfaceType in class com.atomikos.util.DynamicProxySupport<Connection>Copyright © 2023. All rights reserved.