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 Controlprivate ListIteratorprivate Latchprivate final Iteratorprivate ListIterator -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Enumeration
asIterator
-
Field Details
-
outerControl
-
control
-
grantedList
-
waitingList
-
nextLock
-
-
Constructor Details
-
LockTableVTI
LockTableVTI(Map clonedLockTable)
-
-
Method Details
-
hasMoreElements
public boolean hasMoreElements()- Specified by:
hasMoreElementsin interfaceEnumeration
-
getNextLock
-
nextElement
- Specified by:
nextElementin interfaceEnumeration
-