org.openorb.pss.connector.file
Class FileKeyEnumeration
java.lang.Object
|
+--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
|
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 |
FileKeyEnumeration
public FileKeyEnumeration(DataManager manager,
org.omg.PortableInterceptor.ORBInitInfo info)
- Constructor
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