org.objectweb.jonathan.libs.kernel
Class JContextFactory.JContext.InnerEnumeration

java.lang.Object
  extended byorg.objectweb.jonathan.libs.kernel.JContextFactory.JContext.InnerEnumeration
All Implemented Interfaces:
java.util.Enumeration
Enclosing class:
JContextFactory.JContext

protected class JContextFactory.JContext.InnerEnumeration
extends java.lang.Object
implements java.util.Enumeration


Constructor Summary
protected JContextFactory.JContext.InnerEnumeration()
           
 
Method Summary
protected  Element getNextElement()
           
 boolean hasMoreElements()
           
 java.lang.Object nextElement()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JContextFactory.JContext.InnerEnumeration

protected JContextFactory.JContext.InnerEnumeration()
Method Detail

hasMoreElements

public boolean hasMoreElements()
Specified by:
hasMoreElements in interface java.util.Enumeration

nextElement

public java.lang.Object nextElement()
Specified by:
nextElement in interface java.util.Enumeration

getNextElement

protected Element getNextElement()