public class ConfigUpdateChecker extends java.lang.Object implements IntrospectionQuery
IntrospectionQuery
asking a connector what it thinks about a new configuration
which is about to be applied. The CVComponentIntrospector
providing an
implementation of this introspection query must return an instance of
ConfigUpdateChecker.Answer
Modifier and Type | Class and Description |
---|---|
static class |
ConfigUpdateChecker.Answer |
Constructor and Description |
---|
ConfigUpdateChecker() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getComponentName() |
exa.bee.KeyValue |
getPreviousConfiguration() |
void |
setComponentName(java.lang.String componentName) |
void |
setPreviousConfiguration(exa.bee.KeyValue previousConfiguration) |
public void setPreviousConfiguration(exa.bee.KeyValue previousConfiguration)
public exa.bee.KeyValue getPreviousConfiguration()
helper
MyComponentConfig config = CVComponentConfigHelper.buildConfig(
Thread.currentThread().getContextClassLoader();
MyComponentConfig.class,
givenIntrospectionQuery.getPreviousConfiguration()
);
public void setComponentName(java.lang.String componentName)
public java.lang.String getComponentName()
Copyright © 2013 Dassault Systèmes, All Rights Reserved.