public class GenericFolderWatchdogGovernanceActionConnector extends GenericWatchdogGovernanceActionConnector
ConnectorBase.ProtectedConnectiongovernanceContextauditLog, governanceServiceNameconnectedAssetProperties, connectionBean, connectionProperties, connectorInstanceId, securedProperties| Constructor and Description |
|---|
GenericFolderWatchdogGovernanceActionConnector() |
| Modifier and Type | Method and Description |
|---|---|
void |
disconnect()
Disconnect is called either because this governance action service called governanceContext.recordCompletionStatus()
or the administer requested this governance action service stop running or the hosting server is shutting down.
|
void |
initialize(String connectorInstanceId,
ConnectionProperties connectionProperties)
Call made by the ConnectorProvider to initialize the Connector with the base services.
|
void |
start()
Indicates that the governance action service is completely configured and can begin processing.
|
diffProperties, initiateProcesssetGovernanceContexthandleUnexpectedException, setAuditLog, setGovernanceServiceName, validateContextequals, getConnectedAssetProperties, getConnection, getConnectorInstanceId, hashCode, initializeConnectedAssetProperties, isActive, toStringpublic GenericFolderWatchdogGovernanceActionConnector()
public void initialize(String connectorInstanceId, ConnectionProperties connectionProperties)
initialize in class ConnectorBaseconnectorInstanceId - unique id for the connector instance useful for messages etcconnectionProperties - POJO for the configuration used to create the connector.public void start()
throws ConnectorCheckedException
start in class WatchdogGovernanceActionServiceConnectorCheckedException - there is a problem within the governance action service.public void disconnect()
throws ConnectorCheckedException
disconnect in class GenericWatchdogGovernanceActionConnectorConnectorCheckedException - there is a problem within the governance action service.Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.