java.lang.Object
org.odpi.openmetadata.engineservices.watchdogaction.client.WatchdogActionClient
All Implemented Interfaces:
WatchdogActionAPI

public class WatchdogActionClient extends Object implements WatchdogActionAPI
WatchdogActionClient is a client-side library for calling a specific watchdog action engine with an engine host server.
  • Constructor Details

    • WatchdogActionClient

      public WatchdogActionClient(String serverPlatformRootURL, String serverName, String watchdogActionEngineName) throws InvalidParameterException
      Create a client-side object for calling a watchdog action engine.
      Parameters:
      serverPlatformRootURL - the root url of the platform where the watchdog action engine is running.
      serverName - the name of the engine host server where the watchdog action engine is running
      watchdogActionEngineName - the unique name of the watchdog action engine.
      Throws:
      InvalidParameterException - one of the parameters is null or invalid.
    • WatchdogActionClient

      public WatchdogActionClient(String serverPlatformRootURL, String serverName, String watchdogActionEngineName, String userId, String password) throws InvalidParameterException
      Create a client-side object for calling a watchdog action engine.
      Parameters:
      serverPlatformRootURL - the root url of the platform where the watchdog action engine is running.
      serverName - the name of the engine host server where the watchdog action engine is running
      watchdogActionEngineName - the unique name of the watchdog action engine.
      userId - user id for the HTTP request
      password - password for the HTTP request
      Throws:
      InvalidParameterException - one of the parameters is null or invalid.
  • Method Details