Package com.arjuna.ats.jta.xa
Interface XAModifier
public interface XAModifier
Instances of this class enable us to work around problems
in certain databases (specifically Oracle).
- Since:
- JTS 1.2.4.
- Version:
- $Id: XAModifier.java 2342 2006-03-30 13:06:17Z $
- Author:
- Mark Little (mark@arjuna.com)
-
Method Summary
Modifier and TypeMethodDescriptionGiven an Arjuna xid, create a local driver representation.intxaStartParameters(int level) Return the xa_start parameters for this level.
-
Method Details
-
createXid
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!- Throws:
SQLExceptionNotImplementedException
-
xaStartParameters
Return the xa_start parameters for this level.- Throws:
SQLExceptionNotImplementedException
-