Class IntegrationDaemonOperationalServices

java.lang.Object
org.odpi.openmetadata.governanceservers.integrationdaemonservices.server.IntegrationDaemonOperationalServices

public class IntegrationDaemonOperationalServices extends Object
IntegrationDaemonOperationalServices is responsible for controlling the startup and shutdown of the integration daemon services.
  • Constructor Details

    • IntegrationDaemonOperationalServices

      public IntegrationDaemonOperationalServices(String localServerName, String localServerId, String localServerUserId, String localServerPassword, int maxPageSize)
      Constructor used at server startup.
      Parameters:
      localServerName - name of the local server
      localServerId - unique identifier for this server
      localServerUserId - user id for this server to use on REST calls if processing inbound messages.
      localServerPassword - user password for this server to use on REST calls if processing inbound messages.
      maxPageSize - maximum number of records that can be requested on the pageSize parameter
  • Method Details