wt.replication.unit
Class Manifest.UnitContentEnumerator

java.lang.Object
  extended bywt.replication.unit.Manifest.UnitContentEnumerator
All Implemented Interfaces:
Enumeration
Enclosing class:
Manifest

class Manifest.UnitContentEnumerator
extends Object
implements Enumeration


Field Summary
(package private)  int index
           
(package private)  ManifestContentParser parser
           
(package private)  Persistable[] persistableArray
           
 
Constructor Summary
(package private) Manifest.UnitContentEnumerator(QueryResult qr, Manifest manifest)
           
 
Method Summary
 boolean hasMoreElements()
           
private  void initParser()
           
 Object nextElement()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

persistableArray

Persistable[] persistableArray

index

int index

parser

ManifestContentParser parser
Constructor Detail

Manifest.UnitContentEnumerator

Manifest.UnitContentEnumerator(QueryResult qr,
                               Manifest manifest)
                         throws WTException
Method Detail

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