java.lang.Runnableprivate static class XATransactionState.CancelXATransactionTask
extends java.util.TimerTask
| Modifier and Type | Field | Description |
|---|---|---|
private XATransactionState |
xaState |
| Constructor | Description |
|---|---|
CancelXATransactionTask(XATransactionState xaState) |
Creates the cancellation task to be passed to a timer.
|
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
cancel() |
|
void |
run() |
Runs the cancel task of the global transaction
|
private XATransactionState xaState
public CancelXATransactionTask(XATransactionState xaState)
xaState - the XA state object for the transaction to cancelApache Derby V10.14 Internals - Copyright © 2004,2018 The Apache Software Foundation. All Rights Reserved.