Class OMAGServerConfigStoreConnectorBase
java.lang.Object
org.odpi.openmetadata.frameworks.connectors.Connector
org.odpi.openmetadata.frameworks.connectors.ConnectorBase
org.odpi.openmetadata.adminservices.store.OMAGServerConfigStoreConnectorBase
- All Implemented Interfaces:
OMAGServerConfigStore,org.odpi.openmetadata.frameworks.connectors.SecureConnectorExtension,org.odpi.openmetadata.frameworks.connectors.VirtualConnectorExtension
public abstract class OMAGServerConfigStoreConnectorBase
extends org.odpi.openmetadata.frameworks.connectors.ConnectorBase
implements OMAGServerConfigStore
OMAGServerConfigStoreConnectorBase provides the base class for an OMAG Server's configuration document store.
It defines the specific interface for this type of connector. A new connector instance is created for each
OMAG Server configuration document that is to be retrieved or stored.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetServerName(String serverName) Set up the name of the server for this configuration document.Methods inherited from class org.odpi.openmetadata.frameworks.connectors.ConnectorBase
disconnect, equals, getConnectedAssetProperties, getConnection, getConnectorInstanceId, hashCode, initialize, initializeConnectedAssetProperties, initializeEmbeddedConnectors, initializeSecretsStoreConnector, isActive, start, toStringMethods inherited from class org.odpi.openmetadata.frameworks.connectors.Connector
clearStatisticProperty, clearStatisticTimestamp, getConnectorStatistics, getStatisticCounter, getStatisticProperty, getStatisticTimestamp, incrementStatisticCounter, initializeStatisticCounter, setStatisticProperty, setStatisticTimestampMethods inherited from interface org.odpi.openmetadata.adminservices.store.OMAGServerConfigStore
removeServerConfig, retrieveServerConfig, saveServerConfig
-
Constructor Details
-
OMAGServerConfigStoreConnectorBase
public OMAGServerConfigStoreConnectorBase()
-
-
Method Details
-
setServerName
Set up the name of the server for this configuration document.- Specified by:
setServerNamein interfaceOMAGServerConfigStore- Parameters:
serverName- name of the server
-