org.apache.openejb.util
Class SerializableEnumeration

java.lang.Object
  extended by org.apache.openejb.util.SerializableEnumeration
All Implemented Interfaces:
java.io.Serializable, java.util.Enumeration

public class SerializableEnumeration
extends java.lang.Object
implements java.util.Enumeration, java.io.Serializable

Version:
$Revision: 450758 $ $Date: 2006-09-28 10:40:18 +0200 (Do, 28. Sep 2006) $
See Also:
Serialized Form

Constructor Summary
SerializableEnumeration(java.lang.Object[] values)
           
 
Method Summary
 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

SerializableEnumeration

public SerializableEnumeration(java.lang.Object[] values)
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


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.