Class LockList
java.lang.Object
org.apache.derby.impl.services.locks.LockList
- All Implemented Interfaces:
Enumeration<Lockable>
An Enumeration that returns the the Lockables
in a group.
-
Field Details
-
lockGroup
-
-
Constructor Details
-
LockList
LockList(Enumeration<Lock> lockGroup)
-
-
Method Details
-
hasMoreElements
public boolean hasMoreElements()- Specified by:
hasMoreElements
in interfaceEnumeration<Lockable>
-
nextElement
- Specified by:
nextElement
in interfaceEnumeration<Lockable>
-