org.openorb.pss.connector.file
Class FileKeyEnumeration

java.lang.Object
  extended by org.openorb.pss.connector.file.FileKeyEnumeration
All Implemented Interfaces:
java.util.Enumeration

public class FileKeyEnumeration
extends java.lang.Object
implements java.util.Enumeration

This class is an enumeration to acces sequentialy the file storage

Author:
Jerome Daniel

Constructor Summary
FileKeyEnumeration(DataManager manager, org.omg.PortableInterceptor.ORBInitInfo info)
          Constructor
 
Method Summary
 boolean hasMoreElements()
          Return TRUE, if any elements are available
 java.lang.Object nextElement()
          Return the next element
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileKeyEnumeration

public FileKeyEnumeration(DataManager manager,
                          org.omg.PortableInterceptor.ORBInitInfo info)
Constructor

Method Detail

hasMoreElements

public boolean hasMoreElements()
Return TRUE, if any elements are available

Specified by:
hasMoreElements in interface java.util.Enumeration

nextElement

public java.lang.Object nextElement()
Return the next element

Specified by:
nextElement in interface java.util.Enumeration