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 intactionCodeprivate java.lang.String[]contentsprivate static intHAS_MORE_ELEMENTS_ACTIONprivate intindexprivate static intINIT_ACTIONprivate StorageFilesystemDirectoryprivate booleanvalidIndex
-
Constructor Summary
Constructors Constructor Description DirectoryList()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasMoreElements()java.lang.ObjectnextElement()StorageFactoryService.DirectoryListrun()
-
-
-
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:
hasMoreElementsin interfacejava.util.Enumeration
-
nextElement
public java.lang.Object nextElement() throws java.util.NoSuchElementException- Specified by:
nextElementin interfacejava.util.Enumeration- Throws:
java.util.NoSuchElementException
-
run
public final StorageFactoryService.DirectoryList run()
- Specified by:
runin interfacejava.security.PrivilegedAction<StorageFactoryService.DirectoryList>
-
-