Class WatchdogActionServiceProvider
java.lang.Object
org.odpi.openmetadata.frameworks.connectors.ConnectorProvider
org.odpi.openmetadata.frameworks.connectors.ConnectorProviderBase
org.odpi.openmetadata.frameworks.opengovernance.GovernanceServiceProviderBase
org.odpi.openmetadata.frameworks.openwatchdog.WatchdogActionServiceProvider
- All Implemented Interfaces:
AuditLoggingComponent
- Direct Known Subclasses:
OpenMetadataNotificationServiceProvider
WatchdogActionServiceProvider implements the base class for the connector provider for a watchdog action service.
-
Field Summary
Fields inherited from class org.odpi.openmetadata.frameworks.opengovernance.GovernanceServiceProviderBase
producedActionTargetTypes, producedGuards, producedRequestParameters, supportedActionTargetTypes, supportedAssetTypeName, supportedDeployedImplementationType, supportedRequestParameters, supportedRequestTypes
Fields inherited from class org.odpi.openmetadata.frameworks.connectors.ConnectorProviderBase
auditLog, connectorInterfaces, connectorTypeBean
Fields inherited from class org.odpi.openmetadata.frameworks.connectors.ConnectorProvider
supportedConfigurationProperties, supportedTechnologyTypes, supportedTemplateTypes
-
Constructor Summary
ConstructorsConstructorDescriptionBase provider for all watchdog action services. -
Method Summary
Methods inherited from class org.odpi.openmetadata.frameworks.opengovernance.GovernanceServiceProviderBase
getProducedActionTargetTypes, getProducedGuards, getProducedRequestParameters, getSupportedActionTargetTypes, getSupportedRequestParameters, getSupportedRequestTypes
Methods inherited from class org.odpi.openmetadata.frameworks.connectors.ConnectorProviderBase
equals, getClassForConnector, getConnector, getConnectorClassName, getConnectorComponentDescription, getConnectorType, getNewConnectorGUID, hashCode, setAuditLog, setConnectorClassName, setConnectorComponentDescription, setConnectorTypeProperties, toString
Methods inherited from class org.odpi.openmetadata.frameworks.connectors.ConnectorProvider
getSupportedConfigurationProperties, getSupportedTechnologyTypes, getSupportedTemplateTypes
-
Constructor Details
-
WatchdogActionServiceProvider
public WatchdogActionServiceProvider()Base provider for all watchdog action services. Sets up reasonable defaults that the individual service implementation can either accept or override.
-