wt.replication.unit
Class UnitOperationRecordQuery

java.lang.Object
  extended bywt.replication.unit.UnitOperationRecordQuery

public class UnitOperationRecordQuery
extends Object


Field Summary
private  int iTotalRecords
           
private  QueryResult queryResult
           
 
Constructor Summary
UnitOperationRecordQuery()
           
 
Method Summary
 QueryResult doQuery(WTUnit wtUnit, Class uorClass)
           
 int getTotalRecords()
          Return the total number of records retrieved by the query.
 boolean hasMoreElements()
          This method tests if there are any more records in the result set.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

queryResult

private QueryResult queryResult

iTotalRecords

private int iTotalRecords
Constructor Detail

UnitOperationRecordQuery

public UnitOperationRecordQuery()
Method Detail

doQuery

public QueryResult doQuery(WTUnit wtUnit,
                           Class uorClass)
                    throws QueryException,
                           WTException
Throws:
QueryException
WTException

hasMoreElements

public boolean hasMoreElements()
This method tests if there are any more records in the result set.


getTotalRecords

public int getTotalRecords()
Return the total number of records retrieved by the query.