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

java.lang.Object
  extended byorg.apache.derby.impl.services.monitor.PersistentServiceImpl.DirectoryList
All Implemented Interfaces:
java.util.Enumeration, java.security.PrivilegedAction
Enclosing class:
PersistentServiceImpl

class PersistentServiceImpl.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
(package private) PersistentServiceImpl.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

PersistentServiceImpl.DirectoryList

PersistentServiceImpl.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 java.lang.Object run()
Specified by:
run in interface java.security.PrivilegedAction

Built on Mon 2007-06-04 09:58:47+0400, from revision ???

Apache Derby V10.1 Engine Documentation - Copyright © 1997,2005 The Apache Software Foundation or its licensors, as applicable.