Class TopicIntegratorConnector
- java.lang.Object
-
- org.odpi.openmetadata.frameworks.connectors.Connector
-
- org.odpi.openmetadata.frameworks.connectors.ConnectorBase
-
- org.odpi.openmetadata.governanceservers.integrationdaemonservices.connectors.IntegrationConnectorBase
-
- org.odpi.openmetadata.integrationservices.topic.connector.TopicIntegratorConnector
-
- All Implemented Interfaces:
AuditLoggingComponent,VirtualConnectorExtension,IntegrationConnector
public abstract class TopicIntegratorConnector extends IntegrationConnectorBase
TopicIntegratorConnector is the base class for an integration connector that is managed by the Topic Integrator OMIS.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.odpi.openmetadata.frameworks.connectors.ConnectorBase
ConnectorBase.ProtectedConnection
-
-
Field Summary
-
Fields inherited from class org.odpi.openmetadata.governanceservers.integrationdaemonservices.connectors.IntegrationConnectorBase
auditLog, connectorName, embeddedConnectors
-
Fields inherited from class org.odpi.openmetadata.frameworks.connectors.ConnectorBase
connectedAssetProperties, connectionBean, connectionProperties, connectorInstanceId, securedProperties
-
-
Constructor Summary
Constructors Constructor Description TopicIntegratorConnector()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TopicIntegratorContextgetContext()Return the context for this connector.voidsetContext(TopicIntegratorContext context)Set up the context for this connector.-
Methods inherited from class org.odpi.openmetadata.governanceservers.integrationdaemonservices.connectors.IntegrationConnectorBase
engage, getConnectorComponentDescription, initializeEmbeddedConnectors, setAuditLog, setConnectorName
-
Methods inherited from class org.odpi.openmetadata.frameworks.connectors.ConnectorBase
disconnect, equals, getConnectedAssetProperties, getConnection, getConnectorInstanceId, hashCode, initialize, initializeConnectedAssetProperties, isActive, start, toString
-
Methods inherited from class org.odpi.openmetadata.frameworks.connectors.Connector
clearStatisticProperty, clearStatisticTimestamp, getConnectorStatistics, getStatisticCounter, getStatisticProperty, getStatisticTimestamp, incrementStatisticCounter, initializeStatisticCounter, setStatisticProperty, setStatisticTimestamp
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.odpi.openmetadata.governanceservers.integrationdaemonservices.connectors.IntegrationConnector
disconnect, refresh, start
-
-
-
-
Method Detail
-
setContext
public void setContext(TopicIntegratorContext context)
Set up the context for this connector. It is called by the context manager.- Parameters:
context- context for this connector's private use.
-
getContext
public TopicIntegratorContext getContext() throws ConnectorCheckedException
Return the context for this connector. It is called by the connector.- Returns:
- context for this connector's private use.
- Throws:
ConnectorCheckedException- internal issue setting up context
-
-