Package oracle.jdbc.xa
Class OracleXAResource
java.lang.Object
oracle.jdbc.xa.OracleXAResource
- All Implemented Interfaces:
XAResource,oracle.jdbc.diagnostics.Diagnosable,oracle.jdbc.diagnostics.PropertyChangeListener,oracle.jdbc.internal.Monitor
- Direct Known Subclasses:
OracleXAResource
public abstract class OracleXAResource
extends Object
implements XAResource, oracle.jdbc.internal.Monitor, oracle.jdbc.diagnostics.Diagnosable
An Oracle XA Resource.
-
Nested Class Summary
Nested classes/interfaces inherited from interface oracle.jdbc.internal.Monitor
oracle.jdbc.internal.Monitor.CloseableLock, oracle.jdbc.internal.Monitor.WaitableMonitor -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Xidprotected booleanprotected Connectionprotected Stringstatic final shortstatic final intstatic final intstatic final intstatic final intstatic final intprotected booleanprotected booleanprotected intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intprotected OracleXAConnectionFields inherited from interface javax.transaction.xa.XAResource
XA_RDONLY -
Constructor Summary
ConstructorsConstructorDescriptionOracleXAResource(Connection pm_conn, OracleXAConnection xaconn) OracleXAResource() -- The initializer. -
Method Summary
Modifier and TypeMethodDescriptionprotected voidallowGlobalTxnModeOnly(int errorCode) protected voidcheckError(int error) protected voidcheckError(int error, int defaultXAError) protected voidcheckError(int error, SQLException sqlException) abstract voidcommit() -- Commit work done by global transaction specified by xid.protected XAExceptionconvertError(SQLException sqlex, int defaultXAError) Convert a SQLException into an XAException.protected voidcreateOrUpdateXid(Xid xid, boolean isSuspended, boolean[] isLocallySuspended) createOrUpdateXid () - Pushes the current xid.abstract voidend()-- End work performed on behalf of a transaction branch.protected voidprotected voidabstract voidforget() -- Tell RM to forget about a heuristically completed txn branchprotected oracle.jdbc.internal.OracleConnectionoracle.jdbc.diagnostics.Diagnosablefinal oracle.jdbc.internal.Monitor.CloseableLockprotected final oracle.jdbc.internal.OracleConnectionReturns the physical connection that this OracleXAResource object should use.intObtain the current transaction timeout value set for this XAResource instance.protected final booleanbooleanisSameRM(XAResource xares) This method is called to determine if the resource manager instance represented by the target object is the same as the resource manager instance represented by the parameter xares.protected final booleanprotected booleanisXidSuspended(Xid xid) isXidSuspended(Xid) - Checks if the passed Xid is suspended or not.abstract intprepare() -- Ask RM to prepare for a commit of the txn specified in xid.Xid[]recover(int flag) Obtain a list of prepared transaction branches from a resource manager.protected final booleanremoveXidFromList(Xid xid) protected voidRestore the auto-commit status of the Connection & the PooledConnection.protected voidRestore the auto-commit status of the Connection and the PooledConnection Typically, invoked after ending a sessionless transaction.protected voidresumeStacked(Xid xid) resumeStacked() - Resumes the current transaction after the possible suspension of the stacked transaction, if any.abstract voidrollback() -- Ask RM to roll back work done on behalf of a txn branch.protected voidSave the auto-commit status of the Connection & the PooledConnection.protected voidSave the auto-commit status of the Connection and the PooledConnection Typically, invoked before starting a sessionless transaction.booleansetTransactionTimeout(int seconds) Set the current transaction timeout value for this XAResource instance.abstract voidstart() -- Starts work on behalf of a transaction branch.protected XidsuspendStacked(Xid xid) suspendStacked() - Suspends the stacked transaction, if any.protected booleanupdateXidList(Xid xid, boolean[] flags) updateXidList() - Update the Xid status in the listMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface oracle.jdbc.diagnostics.Diagnosable
begin, beginCurrentSql, debug, debug, debug, debug, debug, debug, debug, debug, debug, debug, debugp, end, endCurrentSql, format, isDebugEnabled, isDiagnoseFirstFailureEnabled, isLoggable, isSensitiveEnabled, onClose, propertyChange, resumeLogging, secure, suspendLogging, trace, tracepMethods inherited from interface oracle.jdbc.internal.Monitor
acquireCloseableLock, acquireLock, assertLockHeldByCurrentThread, isReentrantLock, releaseLock
-
Field Details
-
XA_OK
public static final int XA_OK- See Also:
-
DEFAULT_XA_TIMEOUT
public static final short DEFAULT_XA_TIMEOUT- See Also:
-
savedConnectionAutoCommit
protected boolean savedConnectionAutoCommit -
savedXAConnectionAutoCommit
protected boolean savedXAConnectionAutoCommit -
TMNOFLAGS
public static final int TMNOFLAGS- See Also:
-
TMNOMIGRATE
public static final int TMNOMIGRATE- See Also:
-
TMENDRSCAN
public static final int TMENDRSCAN- See Also:
-
TMPROMOTE
public static final int TMPROMOTE- See Also:
-
TMFAIL
public static final int TMFAIL- See Also:
-
TMMIGRATE
public static final int TMMIGRATE- See Also:
-
TMJOIN
public static final int TMJOIN- See Also:
-
TMONEPHASE
public static final int TMONEPHASE- See Also:
-
TMRESUME
public static final int TMRESUME- See Also:
-
TMSTARTRSCAN
public static final int TMSTARTRSCAN- See Also:
-
TMSUCCESS
public static final int TMSUCCESS- See Also:
-
TMSUSPEND
public static final int TMSUSPEND- See Also:
-
ORATMREADONLY
public static final int ORATMREADONLY- See Also:
-
ORATMREADWRITE
public static final int ORATMREADWRITE- See Also:
-
ORATMSERIALIZABLE
public static final int ORATMSERIALIZABLE- See Also:
-
ORAISOLATIONMASK
public static final int ORAISOLATIONMASK- See Also:
-
ORATRANSLOOSE
public static final int ORATRANSLOOSE- See Also:
-
connection
-
xaconnection
-
timeout
protected int timeout -
dblink
-
canBeMigratablySuspended
protected boolean canBeMigratablySuspended -
activeXid
-
xidHash
-
-
Constructor Details
-
OracleXAResource
public OracleXAResource() -
OracleXAResource
OracleXAResource() -- The initializer.- Throws:
XAException- throws an exception if the connection object is null.
-
-
Method Details
-
getPhysicalConnection
Returns the physical connection that this OracleXAResource object should use. If the physical connection is proxied by a replayable connection, the replay function will be disabled.- Throws:
XAException
-
removeXidFromList
-
isOnStack
- Throws:
XAException
-
isXidListEmpty
protected final boolean isXidListEmpty() -
createOrUpdateXid
createOrUpdateXid () - Pushes the current xid. This should be called from start.- Parameters:
xid- Xid to save.
-
updateXidList
updateXidList() - Update the Xid status in the list- Returns:
- true - if the xid is found the xidlist false - if the xid is not found the xidlist
-
isXidSuspended
isXidSuspended(Xid) - Checks if the passed Xid is suspended or not.- Throws:
XAException- if the suspend operation fails.
-
suspendStacked
suspendStacked() - Suspends the stacked transaction, if any. This version should be called at the beginning of commit, rollback, and prepare.- Parameters:
xid- Xid of current transaction. If this is different from the stacked Xid, the stacked Xid will be suspended, clearing the way for the current operation.- Returns:
- null if there was no stacked Xid, otherwise the Xid which was stacked.
- Throws:
XAException- if the suspend operation fails.
-
resumeStacked
resumeStacked() - Resumes the current transaction after the possible suspension of the stacked transaction, if any. This should be called from the end of commit, rollback, prepare, and end.- Parameters:
xid- Xid of stacked transaction. If null, then this is a no-op.- Throws:
XAException- if the resume operation fails.
-
start
start() -- Starts work on behalf of a transaction branch. If TMJOIN is specified, the start is for joining an existing txn branch xid. If TMRESUME is specified, the start is to resume a suspended transaction branch specified in xid. Transaction suspend is done by calling the end method specifying the TMSUSPEND flag. If neither TMJOIN nor TMRESUME is specified and the transaction branch specified in xid already exists, the resource manager raises the duplicate transaction exception via XAER_DUPID.- Specified by:
startin interfaceXAResource- Parameters:
xid- A global transaction identifier.- Throws:
XAException- An error has occurred. Possible exceptions are XA_RB, XAER_RMERR, XAER_RMFAIL, XAER_DUPID, XAER_OUTSIDE, XAER_NOTA, XAER_INVAL, or XAER_PROTO.
-
end
end()-- End work performed on behalf of a transaction branch. The resource manager dissociates the XA resource from the transaction branch specified and let the transaction be completed. If TMSUSPEND is specified in flag, the txn branch is temporarily suspended in incomplete state. The txn context is in suspended state and must be resumed via start with TMRESUME specified. If TMFAIL is specified, the portion of work has failed. The RM may mark the transaction as rollback-only. If TMSUCCESS is specified, the portion of work has completed successfully.- Specified by:
endin interfaceXAResource- Parameters:
xid- A global transaction identifier that is the same as what was used previously in the start method.flag- One of TMSUCCESS, TMFAIL, or TMSUSPEND.- Throws:
XAException- An error has occurred. Possible XAException values are XAER_RMERR, XAER_RMFAILED, XAER_NOTA, XAER_INVAL, XAER_PROTO, or XA_RB.
-
commit
commit() -- Commit work done by global transaction specified by xid.- Specified by:
commitin interfaceXAResource- Parameters:
xid- A global transaction identifier.onePhase- If true, the RM should use a 1-phase commit protocol to commit the work done on behalf of xid.- Throws:
XAException- (An error has occurred.) Possible XAExceptions are XA_HEURHAZ, XA_HEURCOM, XA_HEURRB, XA_HEURMIX, XAER_RMERR, XAER_RMFAIL, XAER_NOTA, XAER_INVAL, or XAER_PROTO. If the resource manager did not commit the txn and the parameter onePhase is set to true, the RM may raise one of the XA_RB exceptions. Upon return, the RM has rolled back the branch's work and has released all held resources.
-
prepare
prepare() -- Ask RM to prepare for a commit of the txn specified in xid.- Specified by:
preparein interfaceXAResource- Parameters:
xid- A global transaction identifier.- Returns:
- A value indicating the resource manager's vote on the outcome of the txn. The possible values are: XA_RDONLY or XA_OK. If the RM wants to roll back the transaction, it should do so by raising an appropriate XAException in the prepare method.
- Throws:
XAException- (An error has occurred.) Possible exception values are: XA_RB, XAER_RMERR, XAER_RMFAIL, XAER_NOTA, XAER_INVAL, or XAER_PROTO.
-
forget
forget() -- Tell RM to forget about a heuristically completed txn branch- Specified by:
forgetin interfaceXAResource- Parameters:
xid- A global transaction identifier.- Throws:
XAException- An error has occurred. Possible exception values are XAER_RMERR, XAER_RMFAIL, XAER_NOTA, XAER_INVAL, or XAER_PROTO.
-
rollback
rollback() -- Ask RM to roll back work done on behalf of a txn branch.- Specified by:
rollbackin interfaceXAResource- Parameters:
xid- A global transaction identifier.- Throws:
XAException- An error has occurred.
-
recover
Obtain a list of prepared transaction branches from a resource manager. The transaction manager calls this method during recovery to obtain the list of transaction branches that are currently in prepared or heuristically completed states. JDBC has been returning a complete list of prepared transaction branches when recover(flag) is called regardless which flag (TMNOFLAGS or TMSTARTRSCAN or TMENDRSCAN) is set. Beginning in 11.2.0.2, JDBC will do the following in order to accommodate certain TMs way of handling the recovery scan:- If recover(TMSTARTRSCAN) is called, continues to return a complete list of prepared transaction branches.
- If recover(TMNOFLAGS) is called after a TMSTARTSCAN, returns an empty list until the scan is ended. Otherwise, continues to return a complete list of prepared transaction branches.
- If recover(TMENDRSCAN) is called after a TMSTARTSCAN, ends the scan and returns an empty list. Otherwise, continues to return a complete list of prepared transaction branches until TMSTARTRSCAN is called again.
Example 1:
MyXid[] xids = xaRes.recover(XAResource.TMSTARTRSCAN | XAResource.TMENDRSCAN); for (int i=0; xids != null && i < xids.length; i++) { try { xaRes.rollback(xids[i]); ...Example 2:
MyXid[] xids = xaRes.recover(XAResource.TMSTARTRSCAN); while( xids!=null && xids.length>0) { for (int i=0; i < xids.length; i++) { try { xaRes.rollback(xids[i]); ... xids = xaRes.recover(XAResource.TMNOFLAG); } xaRes.recover(XAResource.TMENDRSCAN);Example 3:
MyXid[] xids = xaRes.recover(XAResource.TMNOFLAG); for (int i=0; xids != null && i < xids.length; i++) { try { xaRes.rollback(xids[i]); ...- Specified by:
recoverin interfaceXAResource- Parameters:
flag- One of TMSTARTRSCAN, TMENDRSCAN, TMNOFLAGS. TMNOFLAGS must be used when no other flags are set in flags.- Returns:
- The resource manager returns zero or more XIDs for the transaction branches that are currently in a prepared or heuristically completed state. If an error occurs during the operation, the resource manager should raise the appropriate XAException.
- Throws:
XAException- An error has occurred. Possible values are XAER_RMERR, XAER_RMFAIL, XAER_INVAL, and XAER_PROTO.
-
restoreAutoCommitModeForSessionlessTransaction
Restore the auto-commit status of the Connection and the PooledConnection Typically, invoked after ending a sessionless transaction.- Throws:
XAException
-
restoreAutoCommitModeForGlobalTransaction
Restore the auto-commit status of the Connection & the PooledConnection. Typically, invoked after the end of a global transaction.- Throws:
XAException
-
saveAndAlterAutoCommitModeForSessionlessTransaction
Save the auto-commit status of the Connection and the PooledConnection Typically, invoked before starting a sessionless transaction.- Throws:
XAException
-
saveAndAlterAutoCommitModeForGlobalTransaction
Save the auto-commit status of the Connection & the PooledConnection. Typically, invoked just before starting the transaction.- Throws:
SQLExceptionXAException
-
getTransactionTimeout
Obtain the current transaction timeout value set for this XAResource instance. If XAResource.setTransactionTimeout was not use prior to invoking this method, the return value is the default timeout set fo the resource manager; otherwise, the value used in the previous setTransactionTimeout call is returned.- Specified by:
getTransactionTimeoutin interfaceXAResource- Returns:
- the transaction timeout value in seconds.
- Throws:
XAException- - An error has occurred. Possible exception values are XAER_RMERR, XAER_RMFAIL.
-
isSameRM
This method is called to determine if the resource manager instance represented by the target object is the same as the resource manager instance represented by the parameter xares.- Specified by:
isSameRMin interfaceXAResource- Parameters:
xares- - An XAResource object whose resource manager instance is to be compared with the resource manager instance of the target object.- Returns:
- true if it's the same RM instance; otherwise false.
- Throws:
XAException- - An error has occurred. Possible exception values are XAER_RMERR, XAER_RMFAIL.
-
setTransactionTimeout
Set the current transaction timeout value for this XAResource instance. Once set, this timeout value is effective until setTransactionTimeout is invoked again with a different value. To reset the timeout value to the default value used by the resource manager, set the value to zero. If the timeout operation is performed successfully, the method returns true; otherwise false. If a resource manager does not support transaction timeout value to be set explicitly, this method returns false.- Specified by:
setTransactionTimeoutin interfaceXAResource- Parameters:
seconds- - transaction timeout value in seconds.- Returns:
- true if transaction timeout value is set successfully; otherwise false.
- Throws:
XAException- - An error has occurred. Possible exception values are XAER_RMERR, XAER_RMFAIL, or XAER_INVAL.
-
allowGlobalTxnModeOnly
- Throws:
XAException
-
exitGlobalTxnMode
protected void exitGlobalTxnMode() -
enterGlobalTxnMode
protected void enterGlobalTxnMode() -
checkError
- Throws:
XAException
-
checkError
- Throws:
XAException
-
checkError
- Throws:
XAException
-
convertError
Convert a SQLException into an XAException.- Returns:
- An XAException with the SQLException as it's cause.
-
getConnectionDuringExceptionHandling
protected oracle.jdbc.internal.OracleConnection getConnectionDuringExceptionHandling() -
getMonitorLock
public final oracle.jdbc.internal.Monitor.CloseableLock getMonitorLock()- Specified by:
getMonitorLockin interfaceoracle.jdbc.internal.Monitor
-
getDiagnosable
public oracle.jdbc.diagnostics.Diagnosable getDiagnosable()- Specified by:
getDiagnosablein interfaceoracle.jdbc.diagnostics.Diagnosable
-