Class IntegrationContextRefreshProxy

java.lang.Object
org.odpi.openmetadata.frameworks.integration.context.IntegrationContextRefreshProxy

public class IntegrationContextRefreshProxy extends Object
IntegrationContextRefreshProxy is used to provide a protected mechanism for the integration daemon to set isRefreshInProcess.
  • Constructor Details

    • IntegrationContextRefreshProxy

      public IntegrationContextRefreshProxy(IntegrationContext integrationContext)
      Create the refresh proxy for an integration context.
      Parameters:
      integrationContext - context to support
  • Method Details

    • setRefreshInProgress

      public void setRefreshInProgress(boolean refreshInProgress) throws org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException, org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException
      Set up whether the refresh is in progress or not.
      Parameters:
      refreshInProgress - boolean flag
      Throws:
      org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException - an invalid property has been passed
      org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException - the user is not authorized
      org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException - there is a problem communicating with the metadata server (or it has a logic error).