Class OMAGIntegrationDaemonProperties
java.lang.Object
org.odpi.openmetadata.adapters.connectors.egeriainfrastructure.properties.OMAGServerProperties
org.odpi.openmetadata.adapters.connectors.egeriainfrastructure.properties.OMAGIntegrationDaemonProperties
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanCompare the values of the supplied object with those stored in the current object.List<org.odpi.openmetadata.governanceservers.integrationdaemonservices.properties.IntegrationConnectorReport>Return reports of connectors running in the integration daemon.Return the summary of each integration group running in the integration daemon.inthashCode()Return hash code based on properties.voidsetIntegrationConnectorReports(List<org.odpi.openmetadata.governanceservers.integrationdaemonservices.properties.IntegrationConnectorReport> integrationConnectorReports) Set up reports of connectors running in the integration daemon.voidsetIntegrationGroups(List<OMAGIntegrationGroupProperties> integrationGroupNames) Set up the name of each integration group running in the integration daemon.toString()Standard toString method.Methods inherited from class org.odpi.openmetadata.adapters.connectors.egeriainfrastructure.properties.OMAGServerProperties
getCohorts, getDescription, getLastShutdownTime, getLastStartTime, getMaxPageSize, getOrganizationName, getSecurityConnection, getServerActiveStatus, getServerHistory, getServerId, getServerName, getServerType, getServices, getUserId, setCohorts, setDescription, setLastShutdownTime, setLastStartTime, setMaxPageSize, setOrganizationName, setSecurityConnection, setServerActiveStatus, setServerHistory, setServerId, setServerName, setServerType, setServices, setUserId
-
Constructor Details
-
OMAGIntegrationDaemonProperties
public OMAGIntegrationDaemonProperties()
-
-
Method Details
-
getIntegrationGroups
Return the summary of each integration group running in the integration daemon.- Returns:
- list of groups
-
setIntegrationGroups
Set up the name of each integration group running in the integration daemon.- Parameters:
integrationGroupNames- list of groups
-
getIntegrationConnectorReports
public List<org.odpi.openmetadata.governanceservers.integrationdaemonservices.properties.IntegrationConnectorReport> getIntegrationConnectorReports()Return reports of connectors running in the integration daemon.- Returns:
- list of summaries
-
setIntegrationConnectorReports
public void setIntegrationConnectorReports(List<org.odpi.openmetadata.governanceservers.integrationdaemonservices.properties.IntegrationConnectorReport> integrationConnectorReports) Set up reports of connectors running in the integration daemon.- Parameters:
integrationConnectorReports- list of connector
-
toString
Standard toString method.- Overrides:
toStringin classOMAGServerProperties- Returns:
- print out of variables in a JSON-style
-
equals
Compare the values of the supplied object with those stored in the current object.- Overrides:
equalsin classOMAGServerProperties- Parameters:
objectToCompare- supplied object- Returns:
- boolean result of comparison
-
hashCode
public int hashCode()Return hash code based on properties.- Overrides:
hashCodein classOMAGServerProperties- Returns:
- int
-