Class IntegrationDaemonServicesConfig

java.lang.Object
org.odpi.openmetadata.adminservices.configuration.properties.AdminServicesConfigHeader
org.odpi.openmetadata.adminservices.configuration.properties.IntegrationDaemonServicesConfig
All Implemented Interfaces:
Serializable

public class IntegrationDaemonServicesConfig extends AdminServicesConfigHeader
IntegrationDaemonConfig provides the specialist properties used to initialize an integration daemon.
See Also:
  • Constructor Details

    • IntegrationDaemonServicesConfig

      public IntegrationDaemonServicesConfig()
      Default constructor.
    • IntegrationDaemonServicesConfig

      public IntegrationDaemonServicesConfig(IntegrationDaemonServicesConfig template)
      Copy/clone constructor.
      Parameters:
      template - object to copy
  • Method Details

    • getIntegrationServicesConfig

      public List<IntegrationServiceConfig> getIntegrationServicesConfig()
      Return the configuration for the registered Open Metadata Integration Services (OMISs). Used in an integration daemon.
      Returns:
      list of configuration properties, one for each OMIS
    • setIntegrationServicesConfig

      public void setIntegrationServicesConfig(List<IntegrationServiceConfig> integrationServicesConfig)
      Set up the configuration for the registered Open Metadata Integration Services (OMISs). Used in an integration daemon.
      Parameters:
      integrationServicesConfig - list of configuration properties, one for each OMIS
    • getDynamicIntegrationGroupsConfig

      public List<IntegrationGroupConfig> getDynamicIntegrationGroupsConfig()
      Return the optional list of dynamic integration groups. Used in an integration daemon.
      Returns:
      list of configuration properties, one for each integration group
    • setDynamicIntegrationGroupsConfig

      public void setDynamicIntegrationGroupsConfig(List<IntegrationGroupConfig> dynamicIntegrationGroupsConfig)
      Set up the optional list of dynamic integration groups. Used in an integration daemon.
      Parameters:
      dynamicIntegrationGroupsConfig - list of configuration properties, one for each integration group
    • toString

      public String toString()
      Standard toString method.
      Overrides:
      toString in class Object
      Returns:
      JSON style description of variables.
    • equals

      public boolean equals(Object objectToCompare)
      Validate that an object is equal depending on their stored values.
      Overrides:
      equals in class Object
      Parameters:
      objectToCompare - object
      Returns:
      boolean result
    • hashCode

      public int hashCode()
      Return a hash code based on the values of this object.
      Overrides:
      hashCode in class Object
      Returns:
      in hash code