Package org.apache.derby.jdbc
Class XATransactionState.CancelXATransactionTask
java.lang.Object
java.util.TimerTask
org.apache.derby.jdbc.XATransactionState.CancelXATransactionTask
- All Implemented Interfaces:
Runnable
- Enclosing class:
XATransactionState
The implementation of TimerTask to cancel a global transaction.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCreates the cancellation task to be passed to a timer. -
Method Summary
Methods inherited from class java.util.TimerTask
scheduledExecutionTime
-
Field Details
-
xaState
-
-
Constructor Details
-
CancelXATransactionTask
Creates the cancellation task to be passed to a timer.- Parameters:
xaState
- the XA state object for the transaction to cancel
-
-
Method Details