Class BaseMonitor.ProviderEnumeration
java.lang.Object
org.apache.derby.impl.services.monitor.BaseMonitor.ProviderEnumeration
- All Implemented Interfaces:
Enumeration<PersistentService>
- Enclosing class:
BaseMonitor
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate boolean
private Enumeration
private Enumeration
<String> private Properties
private PersistentService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate void
boolean
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
-
serviceProvidersKeys
-
startParams
-
paramEnumeration
-
enumeratedDirectoryProvider
private boolean enumeratedDirectoryProvider -
storageFactoryPersistentService
-
-
Constructor Details
-
ProviderEnumeration
ProviderEnumeration(Properties startParams)
-
-
Method Details
-
nextElement
- Specified by:
nextElement
in interfaceEnumeration<PersistentService>
- Throws:
NoSuchElementException
-
getNextStorageFactory
private void getNextStorageFactory() -
hasMoreElements
public boolean hasMoreElements()- Specified by:
hasMoreElements
in interfaceEnumeration<PersistentService>
-