org.apache.openejb.core.ivm.naming
Class IvmContext.MyNamingEnumeration
java.lang.Object
org.apache.openejb.core.ivm.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(NameNode parentNode)
buildEnumeration
protected abstract void buildEnumeration(Vector<NameNode> vect)
gatherNodes
protected void gatherNodes(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-2011 The Apache OpenEJB development community. All Rights Reserved.