Class OMAGServerConfigStoreProviderBase

java.lang.Object
org.odpi.openmetadata.frameworks.connectors.ConnectorProvider
org.odpi.openmetadata.frameworks.connectors.ConnectorProviderBase
org.odpi.openmetadata.adminservices.store.OMAGServerConfigStoreProviderBase
All Implemented Interfaces:
org.odpi.openmetadata.frameworks.auditlog.AuditLoggingComponent

public class OMAGServerConfigStoreProviderBase extends org.odpi.openmetadata.frameworks.connectors.ConnectorProviderBase
The OMAGServerConfigStoreProviderBase provides a base class for the connector provider supporting the OMAG server configuration stores. It extends ConnectorProviderBase which does the creation of connector instances. The subclasses of OMAGServerConfigStoreProviderBase must initialize ConnectorProviderBase with the Java class name of the registry store 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 org.odpi.openmetadata.frameworks.connectors.ConnectorProvider

    getSupportedConfigurationProperties, getSupportedTechnologyTypes, getSupportedTemplateTypes

    Methods inherited from class java.lang.Object

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

    • OMAGServerConfigStoreProviderBase

      public OMAGServerConfigStoreProviderBase()
      Default Constructor