Class IntegrationDaemonServicesConfig
java.lang.Object
org.odpi.openmetadata.adminservices.configuration.properties.AdminServicesConfigHeader
org.odpi.openmetadata.adminservices.configuration.properties.IntegrationDaemonServicesConfig
IntegrationDaemonConfig provides the specialist properties used to initialize an integration daemon.
-
Constructor Summary
ConstructorDescriptionDefault constructor.Copy/clone constructor. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Validate that an object is equal depending on their stored values.Return the optional list of dynamic integration groups.Return the configuration for the registered Open Metadata Integration Services (OMISs).int
hashCode()
Return a hash code based on the values of this object.void
setDynamicIntegrationGroupsConfig
(List<IntegrationGroupConfig> dynamicIntegrationGroupsConfig) Set up the optional list of dynamic integration groups.void
setIntegrationServicesConfig
(List<IntegrationServiceConfig> integrationServicesConfig) Set up the configuration for the registered Open Metadata Integration Services (OMISs).toString()
Standard toString method.
-
Constructor Details
-
IntegrationDaemonServicesConfig
public IntegrationDaemonServicesConfig()Default constructor. -
IntegrationDaemonServicesConfig
Copy/clone constructor.- Parameters:
template
- object to copy
-
-
Method Details
-
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
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
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
Standard toString method. -
equals
Validate that an object is equal depending on their stored values. -
hashCode
public int hashCode()Return a hash code based on the values of this object.
-