Uses of Class
com.iizix.actionactor.ActionActorException
Packages that use ActionActorException Package Description com.iizix.actionactor com.iizix.db.actionactor com.iizix.db.api com.iizix.db.prop com.iizix.prop.vs.actor com.iizix.term.prop com.iizix.ws.actionactor Uses of ActionActorException in com.iizix.actionactor
Methods in com.iizix.actionactor that throw ActionActorException Modifier and Type Method Description default AbstractActionActorTXPNode<SETTINGS>
IActionActor. delegateNewTXPNode(VSActionTXProcess actionProcess, VSAction action, AbstractSettings settings)
Internal method used to delegate the call to theIActionActor.newTXPNode(VSActionTXProcess, VSAction, AbstractSettings)
.AbstractActionActorTXPNode<SETTINGS>
IActionActor. newTXPNode(VSActionTXProcess actionProcess, VSAction action, SETTINGS settings)
Creates a new TXP Node instance to be used for a TXP process.AbstractJavaActionActor
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 ActionActorException Modifier and Type Method Description AbstractActionActorTXPNode<DatabaseActionActor.Settings>
DatabaseActionActor. 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 ActionActorException Modifier and Type Method Description void
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 ActionActorException Modifier and Type Method Description IDBConnectionPool
ConnectionProfileSetup. 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 ActionActorException Modifier and Type Method Description AbstractActionActorTXPNode<SETTINGS>
AbstractVSActionActor. 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 ActionActorException Modifier and Type Method Description AbstractActionActorTXPNode<TerminalActionActor.Settings>
TerminalActionActor. 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 ActionActorException Modifier and Type Method Description AbstractActionActorTXPNode<WebServiceActionActor.Settings>
WebServiceActionActor. newTXPNode(VSActionTXProcess actionProcess, VSAction action, WebServiceActionActor.Settings settings)
Creates a new TXP Node instance to be used for a TXP process.