Class OMAGServerConfigStoreProviderBase
java.lang.Object
org.odpi.openmetadata.frameworks.connectors.ConnectorProvider
org.odpi.openmetadata.frameworks.connectors.ConnectorProviderBase
org.odpi.openmetadata.frameworks.connectors.OpenConnectorProviderBase
org.odpi.openmetadata.adminservices.store.OMAGServerConfigStoreProviderBase
- All Implemented Interfaces:
AuditLoggingComponent
- Direct Known Subclasses:
FileBasedServerConfigStoreProvider
The OMAGServerConfigStoreProviderBase provides a base class for the connector provider supporting the OMAG
server configuration stores. OpenConnectorProviderBase, 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.
-
Field Summary
Fields inherited from class org.odpi.openmetadata.frameworks.connectors.ConnectorProviderBase
auditLog, connectorClassName, connectorComponentDescription, connectorInterfaces, connectorTypeBeanFields inherited from class org.odpi.openmetadata.frameworks.connectors.ConnectorProvider
supportedConfigurationProperties, supportedTechnologyTypes, supportedTemplateTypes -
Constructor Summary
ConstructorsConstructorDescriptionDefault ConstructorOMAGServerConfigStoreProviderBase(OpenConnectorDefinition openConnectorDescription, String connectorClassName, List<String> recognizedConfigurationPropertyNames) Constructor for an open connector provider. -
Method Summary
Methods inherited from class org.odpi.openmetadata.frameworks.connectors.ConnectorProviderBase
equals, getClassForConnector, getConnector, getConnectorClassName, getConnectorComponentDescription, getConnectorType, getNewConnectorGUID, hashCode, setAuditLog, setConnectorClassName, setConnectorComponentDescription, setConnectorTypeProperties, toStringMethods inherited from class org.odpi.openmetadata.frameworks.connectors.ConnectorProvider
getSupportedConfigurationProperties, getSupportedTechnologyTypes, getSupportedTemplateTypes
-
Constructor Details
-
OMAGServerConfigStoreProviderBase
public OMAGServerConfigStoreProviderBase()Default Constructor -
OMAGServerConfigStoreProviderBase
public OMAGServerConfigStoreProviderBase(OpenConnectorDefinition openConnectorDescription, String connectorClassName, List<String> recognizedConfigurationPropertyNames) Constructor for an open connector provider.- Parameters:
openConnectorDescription- connector definitionconnectorClassName- connector class namerecognizedConfigurationPropertyNames- list of recognized configuration property names
-