|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.etasoft.trans.transaction.axTransactionRunner
Transaction runner, can be invoked as separate thread or run in the same thread if called via run method.
Constructor Summary | |
axTransactionRunner(axMap map,
java.lang.String strMapFileName,
axInputParameters inputParameters)
Create runner based on map, map file and input parameters and set license key to default. |
|
axTransactionRunner(axMap map,
java.lang.String strMapFileName,
axInputParameters inputParameters,
int licenseTypeRequired)
Create runner based on map and input parameters. |
|
axTransactionRunner(java.lang.String strMapFileName,
axInputParameters inputParameters)
Create runner based on map file and input parameters and set license key to default. |
|
axTransactionRunner(java.lang.String strMapFileName,
axInputParameters inputParameters,
int licenseTypeRequired)
Create runner based on map file and input parameters. |
Method Summary | |
void |
clear()
Clear transaction. |
com.etasoft.trans.runtime.axIDFFrame |
getIDFFrame()
Get processing frame back. |
axInfoList |
getInfoList()
Get processing errors and warnings back. |
void |
run()
Transaction execution in a separate thread. |
void |
runMap()
Transaction execution. |
void |
setLogWriter(java.lang.String logInit,
int logWriterType,
com.etasoft.trans.runtime.axRunEventSink runEventSink,
boolean logging)
Initialize log. |
void |
setRunEventSink(com.etasoft.trans.runtime.axRunEventSink runEventSink)
Set run event sink. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public axTransactionRunner(axMap map, java.lang.String strMapFileName, axInputParameters inputParameters, int licenseTypeRequired)
public axTransactionRunner(java.lang.String strMapFileName, axInputParameters inputParameters, int licenseTypeRequired)
public axTransactionRunner(axMap map, java.lang.String strMapFileName, axInputParameters inputParameters)
public axTransactionRunner(java.lang.String strMapFileName, axInputParameters inputParameters)
Method Detail |
public void setLogWriter(java.lang.String logInit, int logWriterType, com.etasoft.trans.runtime.axRunEventSink runEventSink, boolean logging)
public void setRunEventSink(com.etasoft.trans.runtime.axRunEventSink runEventSink)
public void clear()
public com.etasoft.trans.runtime.axIDFFrame getIDFFrame()
public axInfoList getInfoList()
public void run()
run
in interface java.lang.Runnable
public void runMap() throws java.lang.Throwable
java.lang.Throwable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |