Class GovernanceActionServiceHandler

java.lang.Object
org.odpi.openmetadata.governanceservers.enginehostservices.admin.GovernanceServiceHandler
org.odpi.openmetadata.engineservices.governanceaction.handlers.GovernanceActionServiceHandler
All Implemented Interfaces:
Runnable

public class GovernanceActionServiceHandler extends org.odpi.openmetadata.governanceservers.enginehostservices.admin.GovernanceServiceHandler
GovernanceActionServiceHandler provides the thread to run a governance action service. A new instance is created for each request.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    run()
    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

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • run

      public void run()
      This is the method that provides the behaviour of the thread.