Class AbstractExtendableJobConfiguration

java.lang.Object
de.uka.ipd.sdq.workflow.configuration.AbstractJobConfiguration
de.uka.ipd.sdq.workflow.extension.AbstractExtendableJobConfiguration
All Implemented Interfaces:
IJobConfiguration, ExtendableJobConfiguration, Cloneable

public abstract class AbstractExtendableJobConfiguration extends AbstractJobConfiguration implements ExtendableJobConfiguration
A configuration for extendible jobs which is able to carry the required launch information to inject this into the extending job delegates.
  • Constructor Details

    • AbstractExtendableJobConfiguration

      public AbstractExtendableJobConfiguration(Map<String,Object> attributes, String mode)
      Constructor that requires access to the launch configuration and the launch mode.
      Parameters:
      attributes - the attributes
      mode - The mode to set.
  • Method Details