Package com.arjuna.ats.jta.xa
Interface XAModifier
-
public interface XAModifierInstances 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description javax.transaction.xa.XidcreateXid(javax.transaction.xa.Xid xid)Given an Arjuna xid, create a local driver representation.intxaStartParameters(int level)Return the xa_start parameters for this level.
-
-
-
Method Detail
-
createXid
javax.transaction.xa.Xid createXid(javax.transaction.xa.Xid xid) throws java.sql.SQLException, NotImplementedExceptionGiven 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:
java.sql.SQLExceptionNotImplementedException
-
xaStartParameters
int xaStartParameters(int level) throws java.sql.SQLException, NotImplementedExceptionReturn the xa_start parameters for this level.- Throws:
java.sql.SQLExceptionNotImplementedException
-
-