wt.replication.unit
Class Manifest.DescriptorEnumerator

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

class Manifest.DescriptorEnumerator
extends Object
implements Enumeration


Field Summary
(package private)  int count
           
(package private)  Vector vector
           
 
Constructor Summary
(package private) Manifest.DescriptorEnumerator(QueryResult qr)
           
 
Method Summary
 boolean hasMoreElements()
           
 Object nextElement()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

vector

Vector vector

count

int count
Constructor Detail

Manifest.DescriptorEnumerator

Manifest.DescriptorEnumerator(QueryResult qr)
Method Detail

hasMoreElements

public boolean hasMoreElements()
Specified by:
hasMoreElements in interface Enumeration

nextElement

public Object nextElement()
Specified by:
nextElement in interface Enumeration