wt.replication.unit
Class Manifest.UnitContentEnumerator
java.lang.Object
wt.replication.unit.Manifest.UnitContentEnumerator
- All Implemented Interfaces:
- Enumeration
- Enclosing class:
- Manifest
- class Manifest.UnitContentEnumerator
- extends Object
- implements Enumeration
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
persistableArray
Persistable[] persistableArray
index
int index
parser
ManifestContentParser parser
Manifest.UnitContentEnumerator
Manifest.UnitContentEnumerator(QueryResult qr,
Manifest manifest)
throws WTException
initParser
private void initParser()
throws WTException
- Throws:
WTException
hasMoreElements
public boolean hasMoreElements()
- Specified by:
hasMoreElements
in interface Enumeration
nextElement
public Object nextElement()
- Specified by:
nextElement
in interface Enumeration