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
SQLExceptionXAConnection getConnection() throws SQLException
SQLExceptionvoid closeCloseCurrentConnection()
throws SQLException
SQLExceptionboolean inuse()
boolean setTransaction(Transaction tx)
boolean validTransaction(Transaction tx)
Copyright © 2016 JBoss by Red Hat. All rights reserved.