org.apache.openejb.util
Class SerializableEnumeration
java.lang.Object
org.apache.openejb.util.SerializableEnumeration
- All Implemented Interfaces:
- Serializable, Enumeration
public class SerializableEnumeration
- extends Object
- implements Enumeration, Serializable
- Version:
- $Revision: 450758 $ $Date: 2006-09-28 10:40:18 +0200 (Do, 28. Sep 2006) $
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SerializableEnumeration
public SerializableEnumeration(Object[] values)
hasMoreElements
public boolean hasMoreElements()
- Specified by:
hasMoreElements
in interface Enumeration
nextElement
public Object nextElement()
- Specified by:
nextElement
in interface Enumeration
Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.