com.etasoft.trans.transaction
Class axStreamProducer

java.lang.Object
  extended bycom.etasoft.trans.transaction.axStreamProducer
All Implemented Interfaces:
axProducer

public class axStreamProducer
extends java.lang.Object
implements axProducer

Generic file stream producer that can read of the IDFFrame


Constructor Summary
axStreamProducer()
           
 
Method Summary
protected  void addProcSequence(int procSeq)
          Add processed sequence.
protected  int getNextSequence()
          Get next sequence should be traversed to.
protected  boolean isOnNextLoop()
          Check is this item on the next loop or this loop.
 void produce(axOutputHandler doc, com.etasoft.trans.runtime.axIDFFrame idfFrame, axInfoList expList)
          Produce output.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

axStreamProducer

public axStreamProducer()
Method Detail

produce

public void produce(axOutputHandler doc,
                    com.etasoft.trans.runtime.axIDFFrame idfFrame,
                    axInfoList expList)
             throws axException
Produce output.

Specified by:
produce in interface axProducer
Throws:
axException

isOnNextLoop

protected boolean isOnNextLoop()
Check is this item on the next loop or this loop.


getNextSequence

protected int getNextSequence()
Get next sequence should be traversed to.


addProcSequence

protected void addProcSequence(int procSeq)
Add processed sequence.