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

java.lang.Object
  extended byorg.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


Constructor Summary
IvmContext.MyNamingEnumeration(NameNode parentNode)
           
 
Method Summary
protected abstract  void buildEnumeration(Vector vect)
           
 void close()
           
protected  void gatherNodes(NameNode node, Vector vect)
           
 boolean hasMore()
           
 boolean hasMoreElements()
           
 Object next()
           
 Object nextElement()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IvmContext.MyNamingEnumeration

public IvmContext.MyNamingEnumeration(NameNode parentNode)
Method Detail

buildEnumeration

protected abstract void buildEnumeration(Vector 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-2007 OpenEJB. All Rights Reserved.