Package com.iizix.api.vs
Interface IJavaActionActor
- All Superinterfaces:
IActionActorSettingsReceiver<JavaActionActorBase.Settings>
,ITXPNode
- All Known Implementing Classes:
AbstractJavaActionActor
,TestJavaActionActor
public interface IJavaActionActor extends ITXPNode, IActionActorSettingsReceiver<JavaActionActorBase.Settings>
Interface that must be implemented by a Java Action Actor used when a VirtualSpace Action is fired. This interface should not be implemented by client code, it is intended to be use for the
AbstractJavaActionActor
class that the Java Action Actor should extend from.- Author:
- Christopher Mindus
Nested Class Summary
Nested classes/interfaces inherited from interface com.iizix.txp.ITXPNode
ITXPNode.State
Method Summary
Modifier and TypeMethodDescriptionvoid
onAction()
Performs the action as a part of a commit operation.Methods inherited from interface com.iizix.actionactor.IActionActorSettingsReceiver
assignSettings, getAction, getActionProcess, getSettings, getVirtualSpace
Methods inherited from interface com.iizix.txp.ITXPNode
begin, commit, forget, getPid, getState, getTimeout, hasProcessTimedOut, hasTimedOut, isIdempotent, processTimeout, recover, retry, rollback, timeout, undo
Method Details
onAction
void onAction()Performs the action as a part of a commit operation.