Class BasicFilesMonitorIntegrationConnectorBase
- 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.files.connector.FilesIntegratorConnector
-
- org.odpi.openmetadata.adapters.connectors.integration.basicfiles.BasicFilesMonitorIntegrationConnectorBase
-
- All Implemented Interfaces:
AuditLoggingComponent,VirtualConnectorExtension,IntegrationConnector
- Direct Known Subclasses:
DataFilesMonitorIntegrationConnector,DataFolderMonitorIntegrationConnector
public abstract class BasicFilesMonitorIntegrationConnectorBase extends FilesIntegratorConnector
BasicFilesMonitorIntegrationConnectorBase provides common methods for the connectors in this module.
-
-
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 BasicFilesMonitorIntegrationConnectorBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddisconnect()Shutdown file monitoringvoidstart()Indicates that the connector is completely configured and can begin processing.-
Methods inherited from class org.odpi.openmetadata.integrationservices.files.connector.FilesIntegratorConnector
getContext, setContext
-
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
equals, getConnectedAssetProperties, getConnection, getConnectorInstanceId, hashCode, initialize, initializeConnectedAssetProperties, isActive, 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
refresh
-
-
-
-
Method Detail
-
start
public void start() throws ConnectorCheckedExceptionIndicates that the connector is completely configured and can begin processing. This call can be used to register with non-blocking services.- Specified by:
startin interfaceIntegrationConnector- Overrides:
startin classConnectorBase- Throws:
ConnectorCheckedException- there is a problem within the connector.
-
disconnect
public void disconnect() throws ConnectorCheckedExceptionShutdown file monitoring- Specified by:
disconnectin interfaceIntegrationConnector- Overrides:
disconnectin classConnectorBase- Throws:
ConnectorCheckedException- something failed in the super class
-
-