org.apache.derby.impl.services.monitor
Class PersistentServiceImpl.DirectoryList
java.lang.Object
org.apache.derby.impl.services.monitor.PersistentServiceImpl.DirectoryList
- All Implemented Interfaces:
- java.util.Enumeration, java.security.PrivilegedAction
- Enclosing class:
- PersistentServiceImpl
- class PersistentServiceImpl.DirectoryList
- extends java.lang.Object
- implements java.util.Enumeration, java.security.PrivilegedAction
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
contents
private java.lang.String[] contents
systemDirectory
private StorageFile systemDirectory
index
private int index
validIndex
private boolean validIndex
actionCode
private int actionCode
INIT_ACTION
private static final int INIT_ACTION
- See Also:
- Constant Field Values
HAS_MORE_ELEMENTS_ACTION
private static final int HAS_MORE_ELEMENTS_ACTION
- See Also:
- Constant Field Values
PersistentServiceImpl.DirectoryList
PersistentServiceImpl.DirectoryList()
hasMoreElements
public boolean hasMoreElements()
- Specified by:
hasMoreElements
in interface java.util.Enumeration
nextElement
public java.lang.Object nextElement()
throws java.util.NoSuchElementException
- Specified by:
nextElement
in interface java.util.Enumeration
- Throws:
java.util.NoSuchElementException
run
public java.lang.Object run()
- Specified by:
run
in interface java.security.PrivilegedAction
Apache Derby V10.0 Engine Documentation - Copyright © 1997,2004 The Apache Software Foundation or its licensors, as applicable.