org.openejb.naming
Class IvmContext.MyNamingEnumeration
java.lang.Object
org.openejb.naming.IvmContext.MyNamingEnumeration
- All Implemented Interfaces:
- Enumeration, NamingEnumeration
- Direct Known Subclasses:
- IvmContext.MyBindingEnumeration, IvmContext.MyListEnumeration
- Enclosing class:
- IvmContext
- protected abstract class IvmContext.MyNamingEnumeration
- extends Object
- implements NamingEnumeration
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IvmContext.MyNamingEnumeration
public IvmContext.MyNamingEnumeration(org.openejb.naming.IvmContext.NameNode parentNode)
buildEnumeration
protected abstract void buildEnumeration(Vector vect)
gatherNodes
protected void gatherNodes(org.openejb.naming.IvmContext.NameNode node,
Vector vect)
close
public void close()
- Specified by:
close
in interface NamingEnumeration
hasMore
public boolean hasMore()
- Specified by:
hasMore
in interface NamingEnumeration
next
public Object next()
- Specified by:
next
in interface NamingEnumeration
hasMoreElements
public boolean hasMoreElements()
- Specified by:
hasMoreElements
in interface Enumeration
nextElement
public Object nextElement()
- Specified by:
nextElement
in interface Enumeration
Copyright © 1999-2005 OpenEJB. All Rights Reserved.