Uses of Interface
flux.runtimeconfiguration.RuntimeConfigurationNode

Packages that use RuntimeConfigurationNode
flux File Orchestration Solutions for Banking and Finance 
flux.runtimeconfiguration Configuration properties that can be updated at runtime, including concurrency throttles and default workflow error handlers 
 

Uses of RuntimeConfigurationNode in flux
 

Fields in flux declared as RuntimeConfigurationNode
static RuntimeConfigurationNode Configuration.DEFAULT_RUNTIME_CONFIGURATION
          A default runtime configuration that allows at most one flow chart to run at the same time and defines a default error handler that retries failed actions up to five times, with one minute delays after a failure.
 

Methods in flux that return RuntimeConfigurationNode
 RuntimeConfigurationNode Engine.getRuntimeConfiguration()
          Returns the existing runtime configuration for this engine instance.
 RuntimeConfigurationNode Configuration.getRuntimeConfiguration()
          Returns the RUNTIME_CONFIGURATION configuration property.
 

Methods in flux with parameters of type RuntimeConfigurationNode
 void Engine.setRuntimeConfiguration(RuntimeConfigurationNode runtimeConfiguration)
          Sets the runtime configuration for this engine instance to a new runtime configuration after this engine has been instantiated.
 void Configuration.setRuntimeConfiguration(RuntimeConfigurationNode runtimeConfigurationNode)
          Sets the RUNTIME_CONFIGURATION configuration property.
 

Uses of RuntimeConfigurationNode in flux.runtimeconfiguration
 

Methods in flux.runtimeconfiguration that return RuntimeConfigurationNode
 RuntimeConfigurationNode RuntimeConfigurationNode.getChild(java.lang.String unqualifiedName)
          Returns the child with the specified unqualified name.
 RuntimeConfigurationNode RuntimeConfigurationNode.getParent()
          Returns the parent node of this node.
 RuntimeConfigurationNode RuntimeConfigurationNode.makeChild(java.lang.String unqualifiedName)
          Makes a new child for this node.
 RuntimeConfigurationNode RuntimeConfigurationFactory.makeDefaultRuntimeConfiguration()
          Makes a default runtime configuration that is identical to flux.Configuration.DEFAULT_RUNTIME_CONFIGURATION_NODE except that it is mutable.
 RuntimeConfigurationNode RuntimeConfigurationFactory.makeRuntimeConfiguration()
          Makes an empty runtime configuration that can be updated to create a custom runtime configuration.
 

Methods in flux.runtimeconfiguration that return types with arguments of type RuntimeConfigurationNode
 java.util.SortedSet<RuntimeConfigurationNode> RuntimeConfigurationNode.getChildren()
          Returns all the child nodes of this node.
 



© 2014 Flux Corporation. All rights reserved.