public interface TransactionalDriverXAConnection
Modifier and Type | Method and Description |
---|---|
void |
closeCloseCurrentConnection() |
XAConnection |
getConnection() |
XAResource |
getResource() |
boolean |
inuse() |
boolean |
setTransaction(Transaction tx)
Remember the transaction we are being used within.
|
boolean |
validTransaction(Transaction tx)
Is this the same transaction?
|
XAResource getResource() throws SQLException
SQLException
XAConnection getConnection() throws SQLException
SQLException
void closeCloseCurrentConnection() throws SQLException
SQLException
boolean inuse()
boolean setTransaction(Transaction tx)
boolean validTransaction(Transaction tx)
Copyright © 2021 JBoss by Red Hat. All rights reserved.