org.apache.derby.impl.services.monitor
Class StorageFactoryService.DirectoryList
java.lang.Object
org.apache.derby.impl.services.monitor.StorageFactoryService.DirectoryList
- All Implemented Interfaces:
- java.security.PrivilegedAction, java.util.Enumeration
- Enclosing class:
- StorageFactoryService
final class StorageFactoryService.DirectoryList
- extends java.lang.Object
- implements java.util.Enumeration, java.security.PrivilegedAction
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
StorageFactoryService.DirectoryList
StorageFactoryService.DirectoryList()
hasMoreElements
public boolean hasMoreElements()
- Specified by:
hasMoreElements
in interface java.util.Enumeration
nextElement
public java.lang.Object nextElement()
throws java.util.NoSuchElementException
- Specified by:
nextElement
in interface java.util.Enumeration
- Throws:
java.util.NoSuchElementException
run
public final java.lang.Object run()
- Specified by:
run
in interface java.security.PrivilegedAction
Apache Derby V10.6 Internals - Copyright © 2004,2007 The Apache Software Foundation. All Rights Reserved.