Class IntegrationContextRefreshProxy
java.lang.Object
org.odpi.openmetadata.frameworks.integration.context.IntegrationContextRefreshProxy
IntegrationContextRefreshProxy is used to provide a protected mechanism for the integration daemon to set
isRefreshInProcess.
-
Constructor Summary
ConstructorsConstructorDescriptionIntegrationContextRefreshProxy(IntegrationContext integrationContext) Create the refresh proxy for an integration context. -
Method Summary
Modifier and TypeMethodDescriptionvoidsetRefreshInProgress(boolean refreshInProgress) Set up whether the refresh is in progress or not.
-
Constructor Details
-
IntegrationContextRefreshProxy
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 passedorg.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException- the user is not authorizedorg.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException- there is a problem communicating with the metadata server (or it has a logic error).
-