Class IntegrationConnectorDedicatedThread

java.lang.Object
org.odpi.openmetadata.governanceservers.integrationdaemonservices.threads.IntegrationConnectorDedicatedThread
All Implemented Interfaces:
Runnable

public class IntegrationConnectorDedicatedThread extends Object implements Runnable
IntegrationConnectorDedicatedThread is the thread that runs a connector that issues
  • Constructor Details

    • IntegrationConnectorDedicatedThread

      public IntegrationConnectorDedicatedThread(String integrationDaemonName, IntegrationConnectorHandler connectorHandler, AuditLog auditLog)
      Constructor provides access to the variables needed to run the connector.
      Parameters:
      integrationDaemonName - name of this integration daemon server
      connectorHandler - wrapper for the connector.
      auditLog - logging destination
  • Method Details

    • start

      public void start()
      Requests that the integration connector dedicated thread starts
    • stop

      public void stop()
      Requests that the integration daemon thread shuts down.
    • run

      public void run()
      Called when the new thread is running
      Specified by:
      run in interface Runnable