java.lang.Object
org.odpi.openmetadata.frameworks.connectors.ConnectorProvider
org.odpi.openmetadata.frameworks.connectors.ConnectorProviderBase
org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.repositoryconnector.OMRSRepositoryConnectorProviderBase
All Implemented Interfaces:
org.odpi.openmetadata.frameworks.auditlog.AuditLoggingComponent

public abstract class OMRSRepositoryConnectorProviderBase extends org.odpi.openmetadata.frameworks.connectors.ConnectorProviderBase
The OMRSRepositoryConnectorProviderBase provides a base class for the connector provider supporting OMRS Connectors. It adds no function but provides a placeholder for additional function if needed for the creation of any OMRS Repository connectors. It extends ConnectorProviderBase which does the creation of connector instances. The subclasses of OMRSRepositoryConnectorProviderBase must initialize ConnectorProviderBase with the Java class name of the OMRS 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

    • OMRSRepositoryConnectorProviderBase

      public OMRSRepositoryConnectorProviderBase()
      Default Constructor