Class SurveyActionServiceHandler
java.lang.Object
org.odpi.openmetadata.governanceservers.enginehostservices.admin.GovernanceServiceHandler
org.odpi.openmetadata.engineservices.surveyaction.handlers.SurveyActionServiceHandler
- All Implemented Interfaces:
Runnable
public class SurveyActionServiceHandler
extends org.odpi.openmetadata.governanceservers.enginehostservices.admin.GovernanceServiceHandler
SurveyActionServiceHandler provides the support to run a survey action service. A new instance is created for each request, and it is assigned its
own thread.
-
Method Summary
Modifier and TypeMethodDescriptionvoidrun()This is the method that provides the behaviour of the thread.Methods inherited from class org.odpi.openmetadata.governanceservers.enginehostservices.admin.GovernanceServiceHandler
disconnect, getGovernanceEngineName, getGovernanceServiceGUID, getGovernanceServiceName, recordCompletionStatus, updateActionTargetStatus
-
Method Details
-
run
public void run()This is the method that provides the behaviour of the thread.
-