org.apache.derby.impl.services.monitor
Class StorageFactoryService.DirectoryList

java.lang.Object
  extended by 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


Field Summary
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
StorageFactoryService.DirectoryList()
           
 
Method Summary
 boolean hasMoreElements()
           
 java.lang.Object nextElement()
           
 java.lang.Object run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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
Constructor Detail

StorageFactoryService.DirectoryList

StorageFactoryService.DirectoryList()
Method Detail

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

Built on Thu 2011-03-10 11:54:14+0000, from revision ???

Apache Derby V10.6 Internals - Copyright © 2004,2007 The Apache Software Foundation. All Rights Reserved.