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