com.waveset.adapter
Class ResourceAdapterBase.SimpleAccountIterator

java.lang.Object
  extended bycom.waveset.adapter.DblBufIterator
      extended bycom.waveset.adapter.DblBufAcctIter
          extended bycom.waveset.adapter.ResourceAdapterBase.SimpleAccountIterator
All Implemented Interfaces:
AccountIterator, java.lang.Runnable
Enclosing class:
ResourceAdapterBase

protected class ResourceAdapterBase.SimpleAccountIterator
extends DblBufAcctIter

A simple implementation of an AccountIterator which given an Iterator over a set of account ids will use getUser() to fetch each account.


Field Summary
 
Fields inherited from class com.waveset.adapter.DblBufAcctIter
code_id
 
Fields inherited from class com.waveset.adapter.DblBufIterator
_trace
 
Method Summary
protected  void subClose()
           
protected  void subFillArray(java.util.ArrayList arrayList)
           
 
Methods inherited from class com.waveset.adapter.DblBufAcctIter
close, getCache, hasNext, next, setCache
 
Methods inherited from class com.waveset.adapter.DblBufIterator
finalize, getCurrentArray, getError, getFillArray, getNextArray, getNextIndex, hasError, isDone, isRun, nextObject, notifyArrays, run, setCurrentArray, setDone, setError, setRun, start
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

subFillArray

protected void subFillArray(java.util.ArrayList arrayList)
                     throws java.lang.Exception
Specified by:
subFillArray in class DblBufAcctIter
Throws:
java.lang.Exception

subClose

protected void subClose()
Specified by:
subClose in class DblBufAcctIter