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
SQLException
void associate(Connection connection, XAResource xaResource) throws SQLException
SQLException
boolean disassociate(Connection connection) throws SQLException
SQLException
Copyright © 2018 JBoss by Red Hat. All rights reserved.