public interface ConnectionModifier extends XAModifier
| Modifier and Type | Method and Description |
|---|---|
XAConnection |
getConnection(XAConnection conn)
Deprecated.
This is no longer used by the transaction manager
|
String |
initialise(String dbName)
Initialise the modifier.
|
boolean |
requiresSameRMOverride()
This method indicates whether the driver supports TMJOIN reliably.
|
void |
setIsolationLevel(Connection conn,
int level) |
boolean |
supportsMultipleConnections()
Does their JDBC driver support multiple connections in a single transaction?
|
createXid, xaStartParametersString initialise(String dbName)
XAConnection getConnection(XAConnection conn) throws SQLException, NotImplementedException
SQLExceptionNotImplementedExceptionboolean supportsMultipleConnections()
throws SQLException,
NotImplementedException
SQLExceptionNotImplementedExceptionvoid setIsolationLevel(Connection conn, int level) throws SQLException, NotImplementedException
SQLExceptionNotImplementedExceptionboolean requiresSameRMOverride()
Copyright © 2016 JBoss by Red Hat. All rights reserved.