Class StorageFactoryService.DirectoryList
- java.lang.Object
-
- org.apache.derby.impl.services.monitor.StorageFactoryService.DirectoryList
-
- All Implemented Interfaces:
java.security.PrivilegedAction<StorageFactoryService.DirectoryList>
,java.util.Enumeration
- Enclosing class:
- StorageFactoryService
final class StorageFactoryService.DirectoryList extends java.lang.Object implements java.util.Enumeration, java.security.PrivilegedAction<StorageFactoryService.DirectoryList>
-
-
Field Summary
Fields 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 Summary
Constructors Constructor Description DirectoryList()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
hasMoreElements()
java.lang.Object
nextElement()
StorageFactoryService.DirectoryList
run()
-
-
-
Field Detail
-
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
-
-
Method Detail
-
hasMoreElements
public boolean hasMoreElements()
- Specified by:
hasMoreElements
in interfacejava.util.Enumeration
-
nextElement
public java.lang.Object nextElement() throws java.util.NoSuchElementException
- Specified by:
nextElement
in interfacejava.util.Enumeration
- Throws:
java.util.NoSuchElementException
-
run
public final StorageFactoryService.DirectoryList run()
- Specified by:
run
in interfacejava.security.PrivilegedAction<StorageFactoryService.DirectoryList>
-
-