Class StorageFactoryService.DirectoryList
java.lang.Object
org.apache.derby.impl.services.monitor.StorageFactoryService.DirectoryList
- All Implemented Interfaces:
PrivilegedAction<StorageFactoryService.DirectoryList>, Enumeration
- Enclosing class:
StorageFactoryService
final class StorageFactoryService.DirectoryList
extends Object
implements Enumeration, PrivilegedAction<StorageFactoryService.DirectoryList>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate intprivate String[]private static final intprivate intprivate static final intprivate StorageFileprivate boolean -
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
-
contents
-
systemDirectory
-
index
private int index -
validIndex
private boolean validIndex -
actionCode
private int actionCode -
INIT_ACTION
private static final int INIT_ACTION- See Also:
-
HAS_MORE_ELEMENTS_ACTION
private static final int HAS_MORE_ELEMENTS_ACTION- See Also:
-
-
Constructor Details
-
DirectoryList
DirectoryList()
-
-
Method Details
-
hasMoreElements
public boolean hasMoreElements()- Specified by:
hasMoreElementsin interfaceEnumeration
-
nextElement
- Specified by:
nextElementin interfaceEnumeration- Throws:
NoSuchElementException
-
run
- Specified by:
runin interfacePrivilegedAction<StorageFactoryService.DirectoryList>
-