Uses of Class
com.iizix.actionactor.AbstractSettings
Packages that use AbstractSettings
Package
Description
Uses of AbstractSettings in com.iizigo.actionactor
Classes in com.iizigo.actionactor with type parameters of type AbstractSettingsModifier and TypeInterfaceDescriptioninterface
IEditorActionActor<RUNTIME_CONTAINER extends AbstractSettings,
EDITOR_CONTAINER extends PropCnr> Editor version of Action Actor interface used for TXP runnables.Subclasses of AbstractSettings in com.iizigo.actionactorModifier and TypeClassDescriptionstatic class
Settings property container.Constructors in com.iizigo.actionactor with parameters of type AbstractSettingsModifierConstructorDescriptionActionActorDesignerProp
(AbstractSettings propertyContainer, PropertyEditorSetup actorSetup) Constructor.Uses of AbstractSettings in com.iizigo.db.actionactor
Subclasses of AbstractSettings in com.iizigo.db.actionactorModifier and TypeClassDescriptionstatic class
Settings property container.Constructors in com.iizigo.db.actionactor with parameters of type AbstractSettingsModifierConstructorDescriptionDatabaseActionActorDesignerProp
(AbstractSettings propertyContainer, PropertyEditorSetup actorSetup) Constructor.Uses of AbstractSettings in com.iizigo.term.prop
Subclasses of AbstractSettings in com.iizigo.term.propModifier and TypeClassDescriptionstatic class
Editor version of the Settings property container.Constructors in com.iizigo.term.prop with parameters of type AbstractSettingsModifierConstructorDescriptionTerminalActionActorDesignerProp
(AbstractSettings propertyContainer, PropertyEditorSetup actorSetup) Constructor.Uses of AbstractSettings in com.iizigo.vs.actor
Subclasses of AbstractSettings in com.iizigo.vs.actorModifier 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
Subclasses of AbstractSettings in com.iizigo.ws.actionactorModifier and TypeClassDescriptionstatic class
Settings property container.Constructors in com.iizigo.ws.actionactor with parameters of type AbstractSettingsModifierConstructorDescriptionWebServiceActionActorDesignerProp
(AbstractSettings propertyContainer, PropertyEditorSetup actorSetup) Constructor.Uses of AbstractSettings in com.iizix.actionactor
Classes in com.iizix.actionactor with type parameters of type AbstractSettingsModifier 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.Subclasses of AbstractSettings in com.iizix.actionactorModifier and TypeClassDescriptionstatic class
Settings property container.Methods in com.iizix.actionactor that return AbstractSettingsMethods in com.iizix.actionactor that return types with arguments of type AbstractSettingsModifier and TypeMethodDescriptionprotected abstract IActionActor<? extends AbstractSettings>
AbstractSettings.createActor
(VSAction action) Create the instance of the action actor.Methods in com.iizix.actionactor with parameters of type AbstractSettingsModifier 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
Subclasses of AbstractSettings in com.iizix.db.actionactorModifier and TypeClassDescriptionstatic class
Settings property container.Uses of AbstractSettings in com.iizix.prop.vs.actor
Classes in com.iizix.prop.vs.actor with type parameters of type AbstractSettingsModifier and TypeClassDescriptionclass
AbstractVSActionActor<SETTINGS extends AbstractSettings>
The VS Action Actor abstract implementation.Subclasses of AbstractSettings in com.iizix.prop.vs.actorModifier 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.Fields in com.iizix.prop.vs.actor declared as AbstractSettingsModifier and TypeFieldDescriptionprotected final SETTINGS
AbstractVSActionActor.settings
The settings container.Methods in com.iizix.prop.vs.actor that return AbstractSettingsModifier and TypeMethodDescriptionActionActors.getActionActorsSettings()
Gets the abstract settings for the action actor.Uses of AbstractSettings in com.iizix.term.prop
Subclasses of AbstractSettings in com.iizix.term.propModifier and TypeClassDescriptionstatic class
The terminal action actor settings.Uses of AbstractSettings in com.iizix.txp.impl
Classes in com.iizix.txp.impl with type parameters of type AbstractSettingsModifier 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
Subclasses of AbstractSettings in com.iizix.ws.actionactorModifier and TypeClassDescriptionstatic class
Settings property container.