protected abstract class IvmContext.MyNamingEnumeration
extends java.lang.Object
implements javax.naming.NamingEnumeration
Constructor and Description |
---|
MyNamingEnumeration(NameNode parentNode) |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
buildEnumeration(java.util.Vector<NameNode> vect) |
void |
close() |
protected void |
gatherNodes(NameNode initiallyRequestedNode,
NameNode node,
java.util.Vector vect) |
boolean |
hasMore() |
boolean |
hasMoreElements() |
java.lang.Object |
next() |
java.lang.Object |
nextElement() |
public MyNamingEnumeration(NameNode parentNode)
protected abstract void buildEnumeration(java.util.Vector<NameNode> vect)
protected void gatherNodes(NameNode initiallyRequestedNode, NameNode node, java.util.Vector vect)
public void close()
close
in interface javax.naming.NamingEnumeration
public boolean hasMore()
hasMore
in interface javax.naming.NamingEnumeration
public java.lang.Object next()
next
in interface javax.naming.NamingEnumeration
public boolean hasMoreElements()
hasMoreElements
in interface java.util.Enumeration
public java.lang.Object nextElement()
nextElement
in interface java.util.Enumeration