com.waveset.adapter
Class SVIDResourceAdapter.BlockAcctIter
java.lang.Object
com.waveset.adapter.DblBufIterator
com.waveset.adapter.DblBufAcctIter
com.waveset.adapter.SVIDResourceAdapter.BlockAcctIter
- All Implemented Interfaces:
- AccountIterator, java.lang.Runnable
- Enclosing class:
- SVIDResourceAdapter
- protected class SVIDResourceAdapter.BlockAcctIter
- extends DblBufAcctIter
BlockAccountIterator implementation that can be built by
construction from the output of "logins -xma". Builds users
on the fly as the iterator progresses.
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 |
SVIDResourceAdapter.BlockAcctIter
public SVIDResourceAdapter.BlockAcctIter(int blockSize,
CaptureList captureList)
throws WavesetException
- Deprecated. Use BlockAcctIter(CaptureList) instead.
SVIDResourceAdapter.BlockAcctIter
public SVIDResourceAdapter.BlockAcctIter(SVIDResourceAdapter adapter,
CaptureList captureList)
throws WavesetException
- Deprecated. Use BlockAcctIter(CaptureList) instead.
SVIDResourceAdapter.BlockAcctIter
public SVIDResourceAdapter.BlockAcctIter(CaptureList captureList)
throws WavesetException
subFillArray
protected void subFillArray(java.util.ArrayList users)
throws java.lang.Exception
- Specified by:
subFillArray
in class DblBufAcctIter
- Throws:
java.lang.Exception
subFillArrayFromNative
protected void subFillArrayFromNative(java.util.ArrayList arrayList,
int limit)
throws java.lang.Exception
- Throws:
java.lang.Exception
subClose
protected void subClose()
- Specified by:
subClose
in class DblBufAcctIter