org.openejb.util
Class Enumerator

java.lang.Object
  extended byorg.openejb.util.Enumerator
All Implemented Interfaces:
Enumeration, Serializable

public class Enumerator
extends Object
implements Serializable, Enumeration

See Also:
Serialized Form

Constructor Summary
Enumerator(Vector list)
           
 
Method Summary
 boolean hasMoreElements()
           
 Object nextElement()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Enumerator

public Enumerator(Vector list)
Method Detail

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.