Class InfrastructureIntegratorConnector
java.lang.Object
org.odpi.openmetadata.frameworks.connectors.Connector
org.odpi.openmetadata.frameworks.connectors.ConnectorBase
org.odpi.openmetadata.frameworks.integration.connectors.IntegrationConnectorBase
org.odpi.openmetadata.integrationservices.infrastructure.connector.InfrastructureIntegratorConnector
- All Implemented Interfaces:
org.odpi.openmetadata.frameworks.auditlog.AuditLoggingComponent,org.odpi.openmetadata.frameworks.connectors.VirtualConnectorExtension,org.odpi.openmetadata.frameworks.integration.connectors.IntegrationConnector,InfrastructureIntegratorOMISConnector
public abstract class InfrastructureIntegratorConnector
extends org.odpi.openmetadata.frameworks.integration.connectors.IntegrationConnectorBase
implements InfrastructureIntegratorOMISConnector
InfrastructureIntegratorConnector is the base class for an integration connector that is managed by the
Infrastructure Integrator OMIS.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.odpi.openmetadata.frameworks.connectors.ConnectorBase
org.odpi.openmetadata.frameworks.connectors.ConnectorBase.ProtectedConnection -
Field Summary
Fields inherited from class org.odpi.openmetadata.frameworks.integration.connectors.IntegrationConnectorBase
auditLog, connectorName, embeddedConnectors, integrationContextFields inherited from class org.odpi.openmetadata.frameworks.connectors.ConnectorBase
connectedAssetProperties, connectionBean, connectionProperties, connectorInstanceId, securedProperties -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturn the context for this connector.voidSet up the context for this connector.Methods inherited from class org.odpi.openmetadata.frameworks.integration.connectors.IntegrationConnectorBase
disconnect, engage, getConnectorComponentDescription, initializeEmbeddedConnectors, setAuditLog, setConnectorName, setContextMethods inherited from class org.odpi.openmetadata.frameworks.connectors.ConnectorBase
equals, getConnectedAssetProperties, getConnection, getConnectorInstanceId, hashCode, initialize, initializeConnectedAssetProperties, isActive, start, toStringMethods inherited from class org.odpi.openmetadata.frameworks.connectors.Connector
clearStatisticProperty, clearStatisticTimestamp, getConnectorStatistics, getStatisticCounter, getStatisticProperty, getStatisticTimestamp, incrementStatisticCounter, initializeStatisticCounter, setStatisticProperty, setStatisticTimestampMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.odpi.openmetadata.frameworks.integration.connectors.IntegrationConnector
refresh, start
-
Constructor Details
-
InfrastructureIntegratorConnector
public InfrastructureIntegratorConnector()
-
-
Method Details
-
setContext
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 InfrastructureIntegratorContext getContext() throws org.odpi.openmetadata.frameworks.connectors.ffdc.ConnectorCheckedExceptionReturn the context for this connector. It is called by the connector.- Returns:
- context for this connector's private use.
- Throws:
org.odpi.openmetadata.frameworks.connectors.ffdc.ConnectorCheckedException- internal issue setting up context
-