org.openejb.util
Class SerializableEnumeration
java.lang.Object
org.openejb.util.SerializableEnumeration
- All Implemented Interfaces:
- Enumeration, Serializable
- public class SerializableEnumeration
- extends Object
- implements Enumeration, Serializable
- Version:
- $Revision: 444624 $ $Date: 2004-03-01 08:17:26 +0100 (Mon, 01 Mar 2004) $
- 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-2006 OpenEJB. All Rights Reserved.