Uses of Class
com.iizix.prop.vs.VSActionTXProcess
Package
Description
Uses of VSActionTXProcess in com.iizigo.vs
Modifier and TypeMethodDescriptionvoid
ActionsPanel.onActionCompleted
(VSAction action, VSActionTXProcess process, Throwable exception) void
ActionsPanel.onActionInvoked
(VSAction action, VSActionTXProcess process) Uses of VSActionTXProcess in com.iizix.actionactor
Modifier and TypeMethodDescriptionIActionActorSettingsReceiver.getActionProcess()
Gets the action transaction process.Modifier and TypeMethodDescriptionvoid
IActionActorSettingsReceiver.assignSettings
(VSActionTXProcess actionProcess, SETTINGS settings) Called when the construction is performed of the node to assign the settings property container.default AbstractActionActorTXPNode<SETTINGS>
IActionActor.delegateNewTXPNode
(VSActionTXProcess actionProcess, VSAction action, AbstractSettings settings) Internal method used to delegate the call to theIActionActor.newTXPNode(VSActionTXProcess, VSAction, AbstractSettings)
.IActionActor.newTXPNode
(VSActionTXProcess actionProcess, VSAction action, SETTINGS settings) Creates a new TXP Node instance to be used for a TXP process.JavaActionActorBase.newTXPNode
(VSActionTXProcess actionProcess, VSAction action, JavaActionActorBase.Settings settings) Creates a new TXP Node instance to be used for a TXP process.Uses of VSActionTXProcess in com.iizix.db.actionactor
Modifier and TypeMethodDescriptionDatabaseActionActor.newTXPNode
(VSActionTXProcess actionProcess, VSAction action, DatabaseActionActor.Settings settings) Creates a new TXP Node instance to be used for a TXP process.Uses of VSActionTXProcess in com.iizix.db.prop
ModifierConstructorDescriptionDatabaseActionTXPNode
(VSActionTXProcess actionProcess, DatabaseActionActor.Settings settings, IDBConnectionPool pool) Constructor.Uses of VSActionTXProcess in com.iizix.prop.ui
Modifier and TypeMethodDescriptionvoid
AbstractUIAction.onActionCompleted
(VSAction action, VSActionTXProcess process, Throwable exception) Called after the action completes the TXP processing i.e.void
AbstractUIAction.onActionInvoked
(VSAction action, VSActionTXProcess process) Called before the action invokes the Action Actors.Uses of VSActionTXProcess in com.iizix.prop.vs
Modifier and TypeMethodDescriptionstatic VSActionTXProcess
VSActionTXProcess.getActionProcess
(ITXProcess process) Retrieves the VS action process from the TXP process.Modifier and TypeMethodDescriptionvoid
IVSActionListener.onActionCompleted
(VSAction action, VSActionTXProcess process, Throwable exception) Called after the action completes the TXP processing i.e.void
IVSActionProcessComplete.onActionCompleted
(VSAction action, VSActionTXProcess process, Throwable exception) Called after the action completes the TXP processing i.e.void
VSActionAdapter.onActionCompleted
(VSAction action, VSActionTXProcess process, Throwable exception) Called after the action completes the TXP processing i.e.void
IVSActionListener.onActionInvoked
(VSAction action, VSActionTXProcess process) Called before the action invokes the Action Actors.void
VSActionAdapter.onActionInvoked
(VSAction action, VSActionTXProcess process) Called before the action invokes the Action Actors.Modifier and TypeMethodDescriptiondefault void
IVSActionProcessComplete.onTaskEnded
(WorkerTask<VSAction, VSActionTXProcess, Throwable> task) Called when the worker task has completed.Uses of VSActionTXProcess in com.iizix.prop.vs.actor
Modifier and TypeMethodDescriptionAbstractVSActionActor.newTXPNode
(VSActionTXProcess actionProcess, VSAction action, SETTINGS settings) Creates a new TXP Node instance to be used for a TXP process.Uses of VSActionTXProcess in com.iizix.term.prop
Modifier and TypeMethodDescriptionTerminalActionActor.newTXPNode
(VSActionTXProcess actionProcess, VSAction action, TerminalActionActor.Settings settings) Creates a new TXP Node instance to be used for a TXP process.void
ScreenActionProp.onActionCompleted
(VSAction action, VSActionTXProcess process, Throwable exception) Called after the action completes the TXP processing i.e.void
ScreenActionProp.onActionInvoked
(VSAction action, VSActionTXProcess process) Called before the action invokes the Action Actors.Uses of VSActionTXProcess in com.iizix.txp.impl
Modifier and TypeMethodDescriptionfinal VSActionTXProcess
AbstractActionActorTXPNode.getActionProcess()
Gets the action transaction process.Modifier and TypeMethodDescriptionfinal void
AbstractActionActorTXPNode.assignSettings
(VSActionTXProcess actionProcess, SETTINGS settings) Called when the construction is performed of the node to assign the settings property container.ModifierConstructorDescriptionprotected
AbstractActionActorTXPNode
(VSActionTXProcess actionProcess, SETTINGS settings) Constructor for action actors.Uses of VSActionTXProcess in com.iizix.ws.actionactor
Modifier and TypeMethodDescriptionWebServiceActionActor.newTXPNode
(VSActionTXProcess actionProcess, VSAction action, WebServiceActionActor.Settings settings) Creates a new TXP Node instance to be used for a TXP process.