| This class implements the java.util.Enumeration and the java.io.Serializable interfaces.
This class is used as the return value type of the implementation of the finder methods
which return a collection.
Indeed, the EJB spec. tells that the type for a collection is the java.util.Enumeration.
In addition the return value type must be legal type for Java RMI (ie. serializable type).
author: Helene Joanin : Initial developer |