org.apache.derby.impl.services.monitor
Class BaseMonitor.ProviderEnumeration

java.lang.Object
  extended by org.apache.derby.impl.services.monitor.BaseMonitor.ProviderEnumeration
All Implemented Interfaces:
java.util.Enumeration
Enclosing class:
BaseMonitor

 class BaseMonitor.ProviderEnumeration
extends java.lang.Object
implements java.util.Enumeration


Field Summary
private  boolean enumeratedDirectoryProvider
           
private  java.util.Enumeration paramEnumeration
           
private  java.util.Enumeration serviceProvidersKeys
           
private  java.util.Properties startParams
           
private  PersistentService storageFactoryPersistentService
           
 
Constructor Summary
BaseMonitor.ProviderEnumeration(java.util.Properties startParams)
           
 
Method Summary
private  void getNextStorageFactory()
           
 boolean hasMoreElements()
           
 java.lang.Object nextElement()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serviceProvidersKeys

private java.util.Enumeration serviceProvidersKeys

startParams

private java.util.Properties startParams

paramEnumeration

private java.util.Enumeration paramEnumeration

enumeratedDirectoryProvider

private boolean enumeratedDirectoryProvider

storageFactoryPersistentService

private PersistentService storageFactoryPersistentService
Constructor Detail

BaseMonitor.ProviderEnumeration

BaseMonitor.ProviderEnumeration(java.util.Properties startParams)
Method Detail

nextElement

public java.lang.Object nextElement()
                             throws java.util.NoSuchElementException
Specified by:
nextElement in interface java.util.Enumeration
Throws:
java.util.NoSuchElementException

getNextStorageFactory

private void getNextStorageFactory()

hasMoreElements

public boolean hasMoreElements()
Specified by:
hasMoreElements in interface java.util.Enumeration

Built on Thu 2012-03-29 21:53:33+0000, from revision ???

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