Uses of Class
com.ibm.di.config.interfaces.MetamergeConfigChange
-
Packages that use MetamergeConfigChange Package Description com.ibm.di.config.base Provides classes that implement the Security Verify Directory Integrator configuration model.com.ibm.di.config.interfaces Provides the interfaces for the Security Verify Directory Integrator configuration model. -
-
Uses of MetamergeConfigChange in com.ibm.di.config.base
Methods in com.ibm.di.config.base with parameters of type MetamergeConfigChange Modifier and Type Method Description void
AttributeMapConfigImpl. configurationChanged(MetamergeConfigChange mcc)
void
BaseConfigurationImpl. configurationChanged(MetamergeConfigChange mcc)
void
ConnectorSchemaConfigImpl. configurationChanged(MetamergeConfigChange changeEvent)
Deprecated.void
ExternalPropertiesImpl. configurationChanged(MetamergeConfigChange mcc)
Deprecated.void
LinkCriteriaConfigImpl. configurationChanged(MetamergeConfigChange mcc)
void
BaseConfigurationImpl. notifyChange(MetamergeConfigChange event)
Signal a change event to listeners.protected void
BaseConfigurationImpl. performNotifyChange(MetamergeConfigChange mcc)
Notifies all registered listeners for a specified config for a change event. -
Uses of MetamergeConfigChange in com.ibm.di.config.interfaces
Methods in com.ibm.di.config.interfaces with parameters of type MetamergeConfigChange Modifier and Type Method Description void
DefaultConfigChangeListener. configurationChanged(MetamergeConfigChange mcc)
void
ExternalPropertiesDelegator. configurationChanged(MetamergeConfigChange changeEvent)
Deprecated.This method is not used anymore, and does nothingvoid
MetamergeConfigChangeListener. configurationChanged(MetamergeConfigChange changeEvent)
void
BaseConfiguration. notifyChange(MetamergeConfigChange event)
Signal a change event to listeners.
-