Uses of Class
com.iizix.actionactor.ActionActorException
Packages that use ActionActorException
Package
Description
Uses of ActionActorException in com.iizix.actionactor
Methods in com.iizix.actionactor that throw ActionActorExceptionModifier and TypeMethodDescriptiondefault 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 ActionActorException in com.iizix.db.actionactor
Methods in com.iizix.db.actionactor that throw ActionActorExceptionModifier 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 ActionActorException in com.iizix.db.api
Methods in com.iizix.db.api that throw ActionActorExceptionModifier and TypeMethodDescriptionvoid
IQueryStatementInput.onInputRequested
(NamedParameterStatement namedParameterStatement, InputProps inputProps) Method called when the input to an SQL query statement has been defined and filled with parameter values that are tied to the VirtualSpace.Uses of ActionActorException in com.iizix.db.prop
Methods in com.iizix.db.prop that throw ActionActorExceptionModifier and TypeMethodDescriptionConnectionProfileSetup.getConnectionPool()
Gets the connection pool to retrieve a new connection.Uses of ActionActorException in com.iizix.prop.vs.actor
Methods in com.iizix.prop.vs.actor that throw ActionActorExceptionModifier and TypeMethodDescriptionAbstractVSActionActor.newTXPNode
(VSActionTXProcess actionProcess, VSAction action, SETTINGS settings) Creates a new TXP Node instance to be used for a TXP process.Uses of ActionActorException in com.iizix.term.prop
Methods in com.iizix.term.prop that throw ActionActorExceptionModifier and TypeMethodDescriptionTerminalActionActor.newTXPNode
(VSActionTXProcess actionProcess, VSAction action, TerminalActionActor.Settings settings) Creates a new TXP Node instance to be used for a TXP process.Uses of ActionActorException in com.iizix.ws.actionactor
Methods in com.iizix.ws.actionactor that throw ActionActorExceptionModifier and TypeMethodDescriptionWebServiceActionActor.newTXPNode
(VSActionTXProcess actionProcess, VSAction action, WebServiceActionActor.Settings settings) Creates a new TXP Node instance to be used for a TXP process.