final class StorageFactoryService.DirectoryList extends java.lang.Object implements java.util.Enumeration, java.security.PrivilegedAction<StorageFactoryService.DirectoryList>
| Modifier and Type | Field and Description |
|---|---|
private int |
actionCode |
private java.lang.String[] |
contents |
private static int |
HAS_MORE_ELEMENTS_ACTION |
private int |
index |
private static int |
INIT_ACTION |
private StorageFile |
systemDirectory |
private boolean |
validIndex |
| Constructor and Description |
|---|
DirectoryList() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasMoreElements() |
java.lang.Object |
nextElement() |
StorageFactoryService.DirectoryList |
run() |
private java.lang.String[] contents
private StorageFile systemDirectory
private int index
private boolean validIndex
private int actionCode
private static final int INIT_ACTION
private static final int HAS_MORE_ELEMENTS_ACTION
public boolean hasMoreElements()
hasMoreElements in interface java.util.Enumerationpublic java.lang.Object nextElement()
throws java.util.NoSuchElementException
nextElement in interface java.util.Enumerationjava.util.NoSuchElementExceptionpublic final StorageFactoryService.DirectoryList run()
run in interface java.security.PrivilegedAction<StorageFactoryService.DirectoryList>Apache Derby V10.13 Internals - Copyright © 2004,2016 The Apache Software Foundation. All Rights Reserved.