org.openejb.core.ivm.naming
Class IvmContext.MyListEnumeration

java.lang.Object
  |
  +--org.openejb.core.ivm.naming.IvmContext.MyNamingEnumeration
        |
        +--org.openejb.core.ivm.naming.IvmContext.MyListEnumeration
All Implemented Interfaces:
java.util.Enumeration, javax.naming.NamingEnumeration
Enclosing class:
IvmContext

protected class IvmContext.MyListEnumeration
extends IvmContext.MyNamingEnumeration


Fields inherited from class org.openejb.core.ivm.naming.IvmContext.MyNamingEnumeration
myEnum
 
Constructor Summary
IvmContext.MyListEnumeration(NameNode parentNode)
           
 
Method Summary
protected  void buildEnumeration(java.util.Vector vect)
           
 
Methods inherited from class org.openejb.core.ivm.naming.IvmContext.MyNamingEnumeration
close, gatherNodes, hasMore, hasMoreElements, next, nextElement
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IvmContext.MyListEnumeration

public IvmContext.MyListEnumeration(NameNode parentNode)
Method Detail

buildEnumeration

protected void buildEnumeration(java.util.Vector vect)
Overrides:
buildEnumeration in class IvmContext.MyNamingEnumeration