Class LockTableVTI
java.lang.Object
org.apache.derby.impl.services.locks.LockTableVTI
- All Implemented Interfaces:
Enumeration
This provides an Enumeration of Latch's
from a clone of the lock table. A Latch is badly named,
it represents lock information.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Control
private ListIterator
private Latch
private final Iterator
private ListIterator
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Enumeration
asIterator
-
Field Details
-
outerControl
-
control
-
grantedList
-
waitingList
-
nextLock
-
-
Constructor Details
-
LockTableVTI
LockTableVTI(Map clonedLockTable)
-
-
Method Details
-
hasMoreElements
public boolean hasMoreElements()- Specified by:
hasMoreElements
in interfaceEnumeration
-
getNextLock
-
nextElement
- Specified by:
nextElement
in interfaceEnumeration
-