public interface TransactionIntegration
| Modifier and Type | Method and Description |
|---|---|
void |
associate(Connection connection,
XAResource xaResource) |
boolean |
disassociate(Connection connection) |
Connection |
getConnection() |
static TransactionIntegration |
none() |
static TransactionIntegration none()
Connection getConnection() throws SQLException
SQLExceptionvoid associate(Connection connection, XAResource xaResource) throws SQLException
SQLExceptionboolean disassociate(Connection connection) throws SQLException
SQLExceptionCopyright © 2018 JBoss by Red Hat. All rights reserved.