final class StorageFactoryService.DirectoryList
extends java.lang.Object
implements java.util.Enumeration, java.security.PrivilegedAction
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() |
java.lang.Object |
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.Enumeration
public java.lang.Object nextElement() throws java.util.NoSuchElementException
nextElement
in interface java.util.Enumeration
java.util.NoSuchElementException
public final java.lang.Object run()
run
in interface java.security.PrivilegedAction
Apache Derby V10.10 Internals - Copyright © 2004,2014 The Apache Software Foundation. All Rights Reserved.