Uses of Class
com.iizix.actionactor.AbstractSettings
Package
Description
Uses of AbstractSettings in com.iizigo.actionactor
Modifier and TypeInterfaceDescriptioninterface
IEditorActionActor<RUNTIME_CONTAINER extends AbstractSettings,
EDITOR_CONTAINER extends PropCnr> Editor version of Action Actor interface used for TXP runnables.Modifier and TypeClassDescriptionstatic class
Settings property container.ModifierConstructorDescriptionActionActorDesignerProp
(AbstractSettings propertyContainer, PropertyEditorSetup actorSetup) Constructor.Uses of AbstractSettings in com.iizigo.db.actionactor
Modifier and TypeClassDescriptionstatic class
Settings property container.ModifierConstructorDescriptionDatabaseActionActorDesignerProp
(AbstractSettings propertyContainer, PropertyEditorSetup actorSetup) Constructor.Uses of AbstractSettings in com.iizigo.term.prop
Modifier and TypeClassDescriptionstatic class
Editor version of the Settings property container.ModifierConstructorDescriptionTerminalActionActorDesignerProp
(AbstractSettings propertyContainer, PropertyEditorSetup actorSetup) Constructor.Uses of AbstractSettings in com.iizigo.vs.actor
Modifier and TypeClassDescriptionstatic class
Editor version of the Settings property container.static class
Editor version of the Settings property container.static class
Editor version of the Settings property container.static class
Editor version of the Settings property container.static class
Editor version of the Settings property container.static class
Editor version of the Settings property container.Uses of AbstractSettings in com.iizigo.ws.actionactor
Modifier and TypeClassDescriptionstatic class
Settings property container.ModifierConstructorDescriptionWebServiceActionActorDesignerProp
(AbstractSettings propertyContainer, PropertyEditorSetup actorSetup) Constructor.Uses of AbstractSettings in com.iizix.actionactor
Modifier and TypeInterfaceDescriptioninterface
IActionActor<SETTINGS extends AbstractSettings>
Action Actor interface used for TXP runnable's.interface
IActionActorSettingsReceiver<SETTINGS extends AbstractSettings>
Interface implements by an Action Actor that wishes to receive the Settings container.Modifier and TypeClassDescriptionstatic class
Settings property container.Modifier and TypeMethodDescriptionprotected abstract IActionActor<? extends AbstractSettings>
AbstractSettings.createActor
(VSAction action) Create the instance of the action actor.Modifier 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)
.Uses of AbstractSettings in com.iizix.db.actionactor
Modifier and TypeClassDescriptionstatic class
Settings property container.Uses of AbstractSettings in com.iizix.prop.vs.actor
Modifier and TypeClassDescriptionclass
AbstractVSActionActor<SETTINGS extends AbstractSettings>
The VS Action Actor abstract implementation.Modifier and TypeClassDescriptionclass
The predefined actions actors settings container that checks if the VSReference is for the target VirtualSpace.static class
Settings property container.static class
Settings property container.static class
Settings property container.static class
Settings property container.static class
Settings property container.static class
Settings property container.static class
Settings property container.static class
Settings property container.static class
Settings property container.static class
Settings property container.static class
Settings property container.static class
Settings property container.static class
Settings property container.Modifier and TypeFieldDescriptionprotected final SETTINGS
AbstractVSActionActor.settings
The settings container.Modifier and TypeMethodDescriptionActionActors.getActionActorsSettings()
Gets the abstract settings for the action actor.Uses of AbstractSettings in com.iizix.term.prop
Modifier and TypeClassDescriptionstatic class
The terminal action actor settings.Uses of AbstractSettings in com.iizix.txp.impl
Modifier and TypeClassDescriptionclass
AbstractActionActorTXPNode<SETTINGS extends AbstractSettings>
The abstract TXP node that the Action Actors needs to extend from.Uses of AbstractSettings in com.iizix.ws.actionactor
Modifier and TypeClassDescriptionstatic class
Settings property container.