Package de.aristaflow.adept2.core.processmanager


package de.aristaflow.adept2.core.processmanager
  • Class
    Description
    A factory for custom filters that can't be constructed using the regular FilterFactory.
    This sub-interface of the process manager handles instances.
    The process manager persists the data of process instances and templates at runtime and provides access to these objects.
    This interface provides access to node and instance counts based on type, node state and instance execution statuses to be monitored by JMX.
    This class provides some useful methods for process manager logic, e.
    This sub-interface of the process manager handles all runtime issues of process templates.
    A template can be of different kind: normal (top-level or referenced subprocess), embedded (as subprocess), specific for one instance (modified template), an embedded template that is specific to one instance (but itself unmodified) or an embedded and modified template.
    This interface is used as a callback to retrieve template status objects for TemplateReferences (and also InstanceReferences) from the corresponding storage layers.