com.etasoft.trans.transaction
Class axTransaction

java.lang.Object
  extended bycom.etasoft.trans.transaction.axTransaction

public final class axTransaction
extends java.lang.Object

Transaction for one map execution.


Constructor Summary
axTransaction(int licenseTypeRequired)
           
 
Method Summary
 java.lang.String dump()
          Dump IDF into output.
 com.etasoft.trans.runtime.axIDFFrame getIDFFrame()
          Get IDF Frame
 axInfoList getInfoList()
          Get info list
 void runInput(axMap map, axInputParameters inputParameters, com.etasoft.trans.runtime.axLogWriter logWriter, com.etasoft.trans.runtime.axRunEventSink runEventSink)
          Run map on input and fill axIDFFrame with data.
 void runOutput(axMap map, axInputParameters inputParameters, com.etasoft.trans.runtime.axLogWriter logWriter, com.etasoft.trans.runtime.axRunEventSink runEventSink)
          Run map on output and dump axIDFFrame data out.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

axTransaction

public axTransaction(int licenseTypeRequired)
Method Detail

getIDFFrame

public com.etasoft.trans.runtime.axIDFFrame getIDFFrame()
Get IDF Frame


getInfoList

public axInfoList getInfoList()
Get info list


runInput

public void runInput(axMap map,
                     axInputParameters inputParameters,
                     com.etasoft.trans.runtime.axLogWriter logWriter,
                     com.etasoft.trans.runtime.axRunEventSink runEventSink)
              throws java.lang.Throwable
Run map on input and fill axIDFFrame with data.

Throws:
java.lang.Throwable

runOutput

public void runOutput(axMap map,
                      axInputParameters inputParameters,
                      com.etasoft.trans.runtime.axLogWriter logWriter,
                      com.etasoft.trans.runtime.axRunEventSink runEventSink)
               throws java.lang.Throwable
Run map on output and dump axIDFFrame data out.

Throws:
java.lang.Throwable

dump

public java.lang.String dump()
Dump IDF into output.