public abstract class WatchdogGovernanceActionService extends GovernanceActionService
ConnectorBase.ProtectedConnection| Modifier and Type | Field and Description |
|---|---|
protected WatchdogGovernanceContext |
governanceContext |
auditLog, governanceServiceNameconnectedAssetProperties, connectionBean, connectionProperties, connectorInstanceId, securedProperties| Constructor and Description |
|---|
WatchdogGovernanceActionService() |
| 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 |
setGovernanceContext(WatchdogGovernanceContext governanceContext)
Set up details of the the governance action request and access to the metadata store.
|
void |
start()
Indicates that the governance action service is completely configured and can begin processing.
|
handleUnexpectedException, setAuditLog, setGovernanceServiceName, validateContextequals, getConnectedAssetProperties, getConnection, getConnectorInstanceId, hashCode, initialize, initializeConnectedAssetProperties, isActive, toStringprotected WatchdogGovernanceContext governanceContext
public void setGovernanceContext(WatchdogGovernanceContext governanceContext)
governanceContext - specialist context for this type of governance action.public void start()
throws ConnectorCheckedException
start in class ConnectorBaseConnectorCheckedException - there is a problem within the governance action service.public void disconnect()
throws ConnectorCheckedException
disconnect in class ConnectorBaseConnectorCheckedException - there is a problem within the governance action service.Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.