com.waveset.adapter
Class AgentResourceAdapter.BlockObjectIterator

java.lang.Object
  extended bycom.waveset.adapter.DblBufIterator
      extended bycom.waveset.adapter.DblBufObjectIter
          extended bycom.waveset.adapter.AgentResourceAdapter.BlockObjectIterator
All Implemented Interfaces:
RASecureConnection.RASecureConnectionAccessor, java.lang.Runnable
Enclosing class:
AgentResourceAdapter

public class AgentResourceAdapter.BlockObjectIterator
extends DblBufObjectIter
implements RASecureConnection.RASecureConnectionAccessor


Field Summary
 
Fields inherited from class com.waveset.adapter.DblBufObjectIter
code_id
 
Fields inherited from class com.waveset.adapter.DblBufIterator
_trace
 
Constructor Summary
AgentResourceAdapter.BlockObjectIterator(int blockSize, java.lang.String objectType, java.util.Map options)
           
 
Method Summary
 RASecureConnection getConnection()
           
 void setConnection(RASecureConnection connection)
           
protected  void subClose()
           
protected  void subFillArray(java.util.ArrayList arrayList)
           
 
Methods inherited from class com.waveset.adapter.DblBufObjectIter
close, hasNext, next
 
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
 
Methods inherited from interface java.lang.Runnable
run
 

Constructor Detail

AgentResourceAdapter.BlockObjectIterator

public AgentResourceAdapter.BlockObjectIterator(int blockSize,
                                                java.lang.String objectType,
                                                java.util.Map options)
                                         throws WavesetException
Method Detail

getConnection

public RASecureConnection getConnection()
Specified by:
getConnection in interface RASecureConnection.RASecureConnectionAccessor

setConnection

public void setConnection(RASecureConnection connection)
Specified by:
setConnection in interface RASecureConnection.RASecureConnectionAccessor

subFillArray

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

subClose

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