com.waveset.adapter
Class LinuxResourceAdapter.BlockAcctIter

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

protected class LinuxResourceAdapter.BlockAcctIter
extends DblBufAcctIter

BlockAccountIterator implementation that can be built by construction from the list of users. Builds users on the fly as the iterator progresses.


Field Summary
 
Fields inherited from class com.waveset.adapter.DblBufAcctIter
code_id
 
Fields inherited from class com.waveset.adapter.DblBufIterator
_trace
 
Constructor Summary
LinuxResourceAdapter.BlockAcctIter(int blockSize, CaptureList captureList)
          Deprecated. Use BlockAcctIter(SVIDResourceAdapter, CaptureList) instead.
LinuxResourceAdapter.BlockAcctIter(SVIDResourceAdapter adapter, CaptureList captureList)
           
 
Method Summary
 void setDone(boolean isDone)
           
protected  void subClose()
           
protected  void subFillArray(java.util.ArrayList users)
           
 
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, setError, setRun, start
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LinuxResourceAdapter.BlockAcctIter

public LinuxResourceAdapter.BlockAcctIter(int blockSize,
                                          CaptureList captureList)
                                   throws WavesetException
Deprecated. Use BlockAcctIter(SVIDResourceAdapter, CaptureList) instead.


LinuxResourceAdapter.BlockAcctIter

public LinuxResourceAdapter.BlockAcctIter(SVIDResourceAdapter adapter,
                                          CaptureList captureList)
                                   throws WavesetException
Method Detail

setDone

public void setDone(boolean isDone)
Overrides:
setDone in class DblBufIterator

subFillArray

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

subClose

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