class LockTableVTI
extends java.lang.Object
implements java.util.Enumeration
Modifier and Type | Field and Description |
---|---|
private Control |
control |
private java.util.ListIterator |
grantedList |
private Latch |
nextLock |
private java.util.Iterator |
outerControl |
private java.util.ListIterator |
waitingList |
Constructor and Description |
---|
LockTableVTI(java.util.Map clonedLockTable) |
Modifier and Type | Method and Description |
---|---|
private Latch |
getNextLock(Control control) |
boolean |
hasMoreElements() |
java.lang.Object |
nextElement() |
Apache Derby V10.10 Internals - Copyright © 2004,2014 The Apache Software Foundation. All Rights Reserved.