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 voidAttributeMapConfigImpl. configurationChanged(MetamergeConfigChange mcc)voidBaseConfigurationImpl. configurationChanged(MetamergeConfigChange mcc)voidConnectorSchemaConfigImpl. configurationChanged(MetamergeConfigChange changeEvent)Deprecated.voidExternalPropertiesImpl. configurationChanged(MetamergeConfigChange mcc)Deprecated.voidLinkCriteriaConfigImpl. configurationChanged(MetamergeConfigChange mcc)voidBaseConfigurationImpl. notifyChange(MetamergeConfigChange event)Signal a change event to listeners.protected voidBaseConfigurationImpl. 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 voidDefaultConfigChangeListener. configurationChanged(MetamergeConfigChange mcc)voidExternalPropertiesDelegator. configurationChanged(MetamergeConfigChange changeEvent)Deprecated.This method is not used anymore, and does nothingvoidMetamergeConfigChangeListener. configurationChanged(MetamergeConfigChange changeEvent)voidBaseConfiguration. notifyChange(MetamergeConfigChange event)Signal a change event to listeners.
-