Class LockTableVTI
- java.lang.Object
-
- org.apache.derby.impl.services.locks.LockTableVTI
-
- All Implemented Interfaces:
java.util.Enumeration
class LockTableVTI extends java.lang.Object implements java.util.EnumerationThis provides an Enumeration of Latch's from a clone of the lock table. A Latch is badly named, it represents lock information.
-
-
Field Summary
Fields Modifier and Type Field Description private Controlcontrolprivate java.util.ListIteratorgrantedListprivate LatchnextLockprivate java.util.IteratorouterControlprivate java.util.ListIteratorwaitingList
-
Constructor Summary
Constructors Constructor Description LockTableVTI(java.util.Map clonedLockTable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private LatchgetNextLock(Control control)booleanhasMoreElements()java.lang.ObjectnextElement()
-