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, xaStartParameters
String initialise(String dbName)
XAConnection getConnection(XAConnection conn) throws SQLException, NotImplementedException
SQLException
NotImplementedException
boolean supportsMultipleConnections() throws SQLException, NotImplementedException
SQLException
NotImplementedException
void setIsolationLevel(Connection conn, int level) throws SQLException, NotImplementedException
SQLException
NotImplementedException
boolean requiresSameRMOverride()
Copyright © 2021 JBoss by Red Hat. All rights reserved.