Class IntegrationConnectorProperties


public class IntegrationConnectorProperties extends DeployedConnectorProperties
IntegrationConnectorProperties contains the definition of an integration connector. This definition can be associated with multiple integration groups.
  • Constructor Details

    • IntegrationConnectorProperties

      public IntegrationConnectorProperties()
      Default constructor
    • IntegrationConnectorProperties

      public IntegrationConnectorProperties(IntegrationConnectorProperties template)
      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

      public Connection getConnection()
      Return the connection used to create an instance of this integration connector.
      Returns:
      Connection object
    • setConnection

      public void setConnection(Connection connection)
      Set up the connection used to create an instance of this integration connector.
      Parameters:
      connection - connection object
    • toString

      public String toString()
      Standard toString method.
      Overrides:
      toString in class DeployedConnectorProperties
      Returns:
      print out of variables in a JSON-style
    • equals

      public boolean equals(Object objectToCompare)
      Compare the values of the supplied object with those stored in the current object.
      Overrides:
      equals in class DeployedSoftwareComponentProperties
      Parameters:
      objectToCompare - supplied object
      Returns:
      boolean result of comparison
    • hashCode

      public int hashCode()
      Create a hash code for this element type.
      Overrides:
      hashCode in class DeployedSoftwareComponentProperties
      Returns:
      int hash code