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 TypeMethodDescriptionboolean
Compare 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.boolean
Return whether the connector issues blocking calls and needs its own thread to run in.int
hashCode()
Create a hash code for this element type.void
setConnection
(Connection connection) Set up the connection used to create an instance of this integration connector.void
setUsesBlockingCalls
(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, setImplementationLanguage
Methods 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, setUserDefinedActivityStatus
Methods inherited from class org.odpi.openmetadata.frameworks.openmetadata.properties.assets.AssetProperties
getDeployedImplementationType, getNamespace, getResourceName, getSource, getUserDefinedStatus, setDeployedImplementationType, setNamespace, setResourceName, setSource, setUserDefinedStatus
Methods inherited from class org.odpi.openmetadata.frameworks.openmetadata.properties.ReferenceableProperties
getAdditionalProperties, getCategory, getDescription, getDisplayName, getQualifiedName, getVersionIdentifier, setAdditionalProperties, setCategory, setDescription, setDisplayName, setQualifiedName, setVersionIdentifier
Methods inherited from class org.odpi.openmetadata.frameworks.openmetadata.properties.OpenMetadataRootProperties
getExtendedProperties, getTypeName, setExtendedProperties, setTypeName
Methods 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:
toString
in 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:
equals
in classDeployedSoftwareComponentProperties
- Parameters:
objectToCompare
- supplied object- Returns:
- boolean result of comparison
-
hashCode
public int hashCode()Create a hash code for this element type.- Overrides:
hashCode
in classDeployedSoftwareComponentProperties
- Returns:
- int hash code
-