Class DataEngineConnectorProviderBase

java.lang.Object
org.odpi.openmetadata.frameworks.connectors.ConnectorProvider
org.odpi.openmetadata.frameworks.connectors.ConnectorProviderBase
org.odpi.openmetadata.governanceservers.dataengineproxy.connectors.DataEngineConnectorProviderBase
All Implemented Interfaces:
org.odpi.openmetadata.frameworks.auditlog.AuditLoggingComponent

public abstract class DataEngineConnectorProviderBase extends org.odpi.openmetadata.frameworks.connectors.ConnectorProviderBase
The DataEngineConnectorProviderBase provides a base class for the connector provider supporting Data Engine Connectors. It adds no function but provides a placeholder for additional function if needed for the creation of any Data Engine connectors. It extends ConnectorProviderBase which does the creation of connector instances. The subclasses of DataEngineConnectorProviderBase must initialize ConnectorProviderBase with the Java class name of the Data Engine Connector implementation (by calling super.setConnectorClassName(className)). Then the connector provider will work.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Default Constructor
  • Method Summary

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

    equals, getConnector, getConnector, getConnectorClassName, getConnectorComponentDescription, getConnectorType, getConnectorTypeProperties, hashCode, setAuditLog, toString

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • DataEngineConnectorProviderBase

      public DataEngineConnectorProviderBase()
      Default Constructor