Package com.iizix.actionactor.test
Class TestJavaActionActor
- java.lang.Object
- com.iizix.txp.impl.AbstractTXPNode
- com.iizix.txp.impl.AbstractActionActorTXPNode<JavaActionActorBase.Settings>
- com.iizix.actionactor.AbstractJavaActionActor
- com.iizix.actionactor.test.TestJavaActionActor
- All Implemented Interfaces:
IActionActorSettingsReceiver<JavaActionActorBase.Settings>
,IJavaActionActor
,ITimeoutListener
,ITXPNode
public class TestJavaActionActor extends AbstractJavaActionActor
Test action actor not used anywhere.- Author:
- Christopher Mindus
Nested Class Summary
Nested classes/interfaces inherited from interface com.iizix.txp.ITXPNode
ITXPNode.State
Field Summary
Fields inherited from class com.iizix.txp.impl.AbstractTXPNode
hasProcessTimedOut, hasTimedOut, hasTimedOutWaiting, pid, process, state, timeout, timeoutTask, txplog
Constructor Summary
Constructors Constructor Description TestJavaActionActor()
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onAction()
This is the doer in the action.Methods inherited from class com.iizix.actionactor.AbstractJavaActionActor
begin, commit, execute, forget, onBegin, onCommit, onForget, onPrepare, onRollback, prepare, rollback
Methods inherited from class com.iizix.txp.impl.AbstractActionActorTXPNode
assignSettings, cleanUp, createLogger, executeAction, getAction, getActionProcess, getLoggerInfo, getSettings, getVirtualSpace, onCleanup, prepareAction, setState
Methods inherited from class com.iizix.txp.impl.AbstractTXPNode
cancelTimeout, getPid, getProcess, getState, getTimeout, hasProcessTimedOut, hasTimedOut, hasTimedOutWaiting, isIdempotent, log, onTimeout, processTimeout, ready, recover, retry, setTimeout, timeout, undo
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.iizix.actionactor.IActionActorSettingsReceiver
assignSettings, getAction, getActionProcess, getSettings, getVirtualSpace
Methods inherited from interface com.iizix.txp.ITXPNode
getPid, getState, getTimeout, hasProcessTimedOut, hasTimedOut, isIdempotent, processTimeout, recover, retry, timeout, undo
Method Detail
onAction
public void onAction()
This is the doer in the action.- Specified by:
onAction
in interfaceIJavaActionActor
- Specified by:
onAction
in classAbstractJavaActionActor