protected abstract class IvmContext.MyNamingEnumeration extends Object implements NamingEnumeration
| Constructor and Description |
|---|
IvmContext.MyNamingEnumeration(NameNode parentNode) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
buildEnumeration(Vector<NameNode> vect) |
void |
close() |
protected void |
gatherNodes(NameNode node,
Vector vect) |
boolean |
hasMore() |
boolean |
hasMoreElements() |
Object |
next() |
Object |
nextElement() |
public IvmContext.MyNamingEnumeration(NameNode parentNode)
public void close()
close in interface NamingEnumerationpublic boolean hasMore()
hasMore in interface NamingEnumerationpublic Object next()
next in interface NamingEnumerationpublic boolean hasMoreElements()
hasMoreElements in interface Enumerationpublic Object nextElement()
nextElement in interface EnumerationCopyright © 1999–2014 The Apache Software Foundation. All rights reserved.