private static class XATransactionState.CancelXATransactionTask
extends java.util.TimerTask
Modifier and Type | Field and Description |
---|---|
private XATransactionState |
xaState |
Constructor and Description |
---|
CancelXATransactionTask(XATransactionState xaState)
Creates the cancellation task to be passed to a timer.
|
Modifier and Type | Method and 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.13 Internals - Copyright © 2004,2016 The Apache Software Foundation. All Rights Reserved.