Class IntegrationConnectorProperties
java.lang.Object
org.odpi.openmetadata.frameworks.openmetadata.properties.EntityProperties
org.odpi.openmetadata.frameworks.openmetadata.properties.OpenMetadataRootProperties
org.odpi.openmetadata.frameworks.openmetadata.properties.ReferenceableProperties
org.odpi.openmetadata.frameworks.openmetadata.properties.assets.AssetProperties
org.odpi.openmetadata.frameworks.openmetadata.properties.assets.processes.ProcessProperties
org.odpi.openmetadata.frameworks.openmetadata.properties.assets.processes.DeployedSoftwareComponentProperties
org.odpi.openmetadata.frameworks.openmetadata.properties.assets.processes.connectors.DeployedConnectorProperties
org.odpi.openmetadata.frameworks.opengovernance.properties.IntegrationConnectorProperties
IntegrationConnectorProperties contains the definition of an integration connector.
This definition can be associated with multiple integration groups.
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorCopy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionbooleanCompare the values of the supplied object with those stored in the current object.Return the connection used to create an instance of this integration connector.booleanReturn whether the connector issues blocking calls and needs its own thread to run in.inthashCode()Create a hash code for this element type.voidsetConnection(Connection connection) Set up the connection used to create an instance of this integration connector.voidsetUsesBlockingCalls(boolean usesBlockingCalls) Set up whether the connector issues blocking calls and needs its own thread to run in.toString()Standard toString method.Methods inherited from class org.odpi.openmetadata.frameworks.openmetadata.properties.assets.processes.DeployedSoftwareComponentProperties
getImplementationLanguage, setImplementationLanguageMethods inherited from class org.odpi.openmetadata.frameworks.openmetadata.properties.assets.processes.ProcessProperties
getActivityStatus, getCompletionTime, getDueTime, getFormula, getFormulaType, getLastPauseTime, getLastResumeTime, getLastReviewTime, getPriority, getRequestedStartTime, getRequestedTime, getStartTime, getUserDefinedActivityStatus, setActivityStatus, setCompletionTime, setDueTime, setFormula, setFormulaType, setLastPauseTime, setLastResumeTime, setLastReviewTime, setPriority, setRequestedStartTime, setRequestedTime, setStartTime, setUserDefinedActivityStatusMethods inherited from class org.odpi.openmetadata.frameworks.openmetadata.properties.assets.AssetProperties
getDeployedImplementationType, getNamespace, getResourceName, getSource, getUserDefinedStatus, setDeployedImplementationType, setNamespace, setResourceName, setSource, setUserDefinedStatusMethods inherited from class org.odpi.openmetadata.frameworks.openmetadata.properties.ReferenceableProperties
getAdditionalProperties, getCategory, getDescription, getDisplayName, getIdentifier, getQualifiedName, getURL, getVersionIdentifier, setAdditionalProperties, setCategory, setDescription, setDisplayName, setIdentifier, setQualifiedName, setURL, setVersionIdentifierMethods inherited from class org.odpi.openmetadata.frameworks.openmetadata.properties.OpenMetadataRootProperties
getExtendedProperties, getTypeName, setExtendedProperties, setTypeNameMethods inherited from class org.odpi.openmetadata.frameworks.openmetadata.properties.EntityProperties
getEffectiveFrom, getEffectiveTo, setEffectiveFrom, setEffectiveTo
-
Constructor Details
-
IntegrationConnectorProperties
public IntegrationConnectorProperties()Default constructor -
IntegrationConnectorProperties
Copy/clone constructor- Parameters:
template- object to copy
-
-
Method Details
-
getUsesBlockingCalls
public boolean getUsesBlockingCalls()Return whether the connector issues blocking calls and needs its own thread to run in.- Returns:
- flag
-
setUsesBlockingCalls
public void setUsesBlockingCalls(boolean usesBlockingCalls) Set up whether the connector issues blocking calls and needs its own thread to run in.- Parameters:
usesBlockingCalls- flag
-
getConnection
Return the connection used to create an instance of this integration connector.- Returns:
- Connection object
-
setConnection
Set up the connection used to create an instance of this integration connector.- Parameters:
connection- connection object
-
toString
Standard toString method.- Overrides:
toStringin classDeployedConnectorProperties- 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 classDeployedSoftwareComponentProperties- Parameters:
objectToCompare- supplied object- Returns:
- boolean result of comparison
-
hashCode
public int hashCode()Create a hash code for this element type.- Overrides:
hashCodein classDeployedSoftwareComponentProperties- Returns:
- int hash code
-