org.apache.derby.impl.services.locks
Class LockList

java.lang.Object
  extended byorg.apache.derby.impl.services.locks.LockList
All Implemented Interfaces:
java.util.Enumeration

class LockList
extends java.lang.Object
implements java.util.Enumeration

An Enumeration that returns the the Lockables in a group.


Field Summary
private  java.util.Enumeration lockGroup
           
 
Constructor Summary
(package private) LockList(java.util.Enumeration lockGroup)
           
 
Method Summary
 boolean hasMoreElements()
           
 java.lang.Object nextElement()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

lockGroup

private java.util.Enumeration lockGroup
Constructor Detail

LockList

LockList(java.util.Enumeration lockGroup)
Method Detail

hasMoreElements

public boolean hasMoreElements()
Specified by:
hasMoreElements in interface java.util.Enumeration

nextElement

public java.lang.Object nextElement()
Specified by:
nextElement in interface java.util.Enumeration


Apache Derby V10.0 Engine Documentation - Copyright © 1997,2004 The Apache Software Foundation or its licensors, as applicable.