private static class XATransactionState.CleanupOrCancelMonitor
extends java.lang.Object
Modifier and Type | Field | Description |
---|---|---|
private java.lang.Long |
cancelThreadId |
|
private java.lang.Long |
cleanupThreadId |
Modifier | Constructor | Description |
---|---|---|
private |
CleanupOrCancelMonitor() |
Modifier and Type | Method | Description |
---|---|---|
boolean |
okToCancel() |
See if it is ok to cancel.
|
private boolean |
okToCleanup() |
See if it is ok to cleanup.
|
private java.lang.Long cancelThreadId
private java.lang.Long cleanupThreadId
public boolean okToCancel()
true
if it is okay to cancel.private boolean okToCleanup()
true
if it is okay to cleanup.Apache Derby V10.14 Internals - Copyright © 2004,2018 The Apache Software Foundation. All Rights Reserved.