Class jndi
java.lang.Object
com.arjuna.ats.internal.jdbc.drivers.modifiers.jndi
- All Implemented Interfaces:
XAModifier
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGiven an Arjuna xid, create a local driver representation.getConnection
(XAConnection conn) initialise
(String dbName) void
setIsolationLevel
(Connection conn, int level) boolean
int
xaStartParameters
(int level) Return the xa_start parameters for this level.
-
Constructor Details
-
jndi
public jndi()
-
-
Method Details
-
initialise
-
xaStartParameters
Description copied from interface:XAModifier
Return the xa_start parameters for this level.- Specified by:
xaStartParameters
in interfaceXAModifier
- Throws:
SQLException
NotImplementedException
-
createXid
Description copied from interface:XAModifier
Given an Arjuna xid, create a local driver representation. Some drivers expect their own implementations to be used, despite the fact that the JTA does not mention this!- Specified by:
createXid
in interfaceXAModifier
- Throws:
NotImplementedException
-
getConnection
- Throws:
SQLException
NotImplementedException
-
supportsMultipleConnections
- Throws:
SQLException
NotImplementedException
-
setIsolationLevel
public void setIsolationLevel(Connection conn, int level) throws SQLException, NotImplementedException - Throws:
SQLException
NotImplementedException
-