Class StorageFactoryService.DirectoryList
java.lang.Object
org.apache.derby.impl.services.monitor.StorageFactoryService.DirectoryList
- All Implemented Interfaces:
PrivilegedAction<StorageFactoryService.DirectoryList>
,Enumeration
- Enclosing class:
StorageFactoryService
final class StorageFactoryService.DirectoryList
extends Object
implements Enumeration, PrivilegedAction<StorageFactoryService.DirectoryList>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate int
private String[]
private static final int
private int
private static final int
private StorageFile
private boolean
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Enumeration
asIterator
-
Field Details
-
contents
-
systemDirectory
-
index
private int index -
validIndex
private boolean validIndex -
actionCode
private int actionCode -
INIT_ACTION
private static final int INIT_ACTION- See Also:
-
HAS_MORE_ELEMENTS_ACTION
private static final int HAS_MORE_ELEMENTS_ACTION- See Also:
-
-
Constructor Details
-
DirectoryList
DirectoryList()
-
-
Method Details
-
hasMoreElements
public boolean hasMoreElements()- Specified by:
hasMoreElements
in interfaceEnumeration
-
nextElement
- Specified by:
nextElement
in interfaceEnumeration
- Throws:
NoSuchElementException
-
run
- Specified by:
run
in interfacePrivilegedAction<StorageFactoryService.DirectoryList>
-