Class OrganizationIntegratorConnector

java.lang.Object
org.odpi.openmetadata.frameworks.connectors.Connector
org.odpi.openmetadata.frameworks.connectors.ConnectorBase
org.odpi.openmetadata.frameworks.integration.connectors.IntegrationConnectorBase
org.odpi.openmetadata.integrationservices.organization.connector.OrganizationIntegratorConnector
All Implemented Interfaces:
org.odpi.openmetadata.frameworks.auditlog.AuditLoggingComponent, org.odpi.openmetadata.frameworks.connectors.VirtualConnectorExtension, org.odpi.openmetadata.frameworks.integration.connectors.IntegrationConnector, OrganizationIntegratorOMISConnector

public abstract class OrganizationIntegratorConnector extends org.odpi.openmetadata.frameworks.integration.connectors.IntegrationConnectorBase implements OrganizationIntegratorOMISConnector
OrganizationIntegratorConnector is the base class for an integration connector that is managed by the Organization Integrator OMIS.
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.odpi.openmetadata.frameworks.connectors.ConnectorBase

    org.odpi.openmetadata.frameworks.connectors.ConnectorBase.ProtectedConnection
  • Field Summary

    Fields inherited from class org.odpi.openmetadata.frameworks.integration.connectors.IntegrationConnectorBase

    auditLog, connectorName, embeddedConnectors, integrationContext

    Fields inherited from class org.odpi.openmetadata.frameworks.connectors.ConnectorBase

    connectedAssetProperties, connectionBean, connectionProperties, connectorInstanceId, securedProperties
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Return the context for this connector.
    void
    Set up the context for this connector.

    Methods inherited from class org.odpi.openmetadata.frameworks.integration.connectors.IntegrationConnectorBase

    disconnect, engage, getConnectorComponentDescription, initializeEmbeddedConnectors, setAuditLog, setConnectorName, setContext

    Methods inherited from class org.odpi.openmetadata.frameworks.connectors.ConnectorBase

    equals, getConnectedAssetProperties, getConnection, getConnectorInstanceId, hashCode, initialize, initializeConnectedAssetProperties, isActive, start, toString

    Methods inherited from class org.odpi.openmetadata.frameworks.connectors.Connector

    clearStatisticProperty, clearStatisticTimestamp, getConnectorStatistics, getStatisticCounter, getStatisticProperty, getStatisticTimestamp, incrementStatisticCounter, initializeStatisticCounter, setStatisticProperty, setStatisticTimestamp

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface org.odpi.openmetadata.frameworks.integration.connectors.IntegrationConnector

    refresh, start
  • Constructor Details

    • OrganizationIntegratorConnector

      public OrganizationIntegratorConnector()
  • Method Details

    • setContext

      public void setContext(OrganizationIntegratorContext context)
      Set up the context for this connector. It is called by the context manager.
      Parameters:
      context - context for this connector's private use.
    • getContext

      public OrganizationIntegratorContext getContext() throws org.odpi.openmetadata.frameworks.connectors.ffdc.ConnectorCheckedException
      Return the context for this connector. It is called by the connector.
      Returns:
      context for this connector's private use.
      Throws:
      org.odpi.openmetadata.frameworks.connectors.ffdc.ConnectorCheckedException - internal issue setting up context