Uses of Class
com.tccc.kos.commons.core.service.config.ConfigChanges
Packages that use ConfigChanges
Package
Description
Provides classes and interfaces related to the configuration system.
-
Uses of ConfigChanges in com.tccc.kos.commons.core.service.config
Methods in com.tccc.kos.commons.core.service.config that return ConfigChangesModifier and TypeMethodDescriptionConfigService.configureBean(Object bean, String path, String tracker) Configure an arbitrary bean using the settings associated with the specified handle path and tag the results with the specified tracker.ConfigService.configureConfigAware(ConfigAware<?> bean, String tracker) Configure a ConfigAware bean and tag the results with the specified tracker.ConfigService.configureConfigAware(Collection<ConfigAware<?>> beans, String tracker) Configure a collection of ConfigAware beans and tag the results with the specified tracker.ConfigService.configurePath(String path, String tracker) Configure a ConfigAware bean identified by the specified handle path and tag the results with the specified tracker.ConfigService.configurePath(Collection<String> paths, String tracker) Configure the list of ConfigAware bean identified by the specified handle paths and tag the results with the specified tracker.ConfigService.configureUnconfigured(String tracker) Configure any ConfigAware bean that has not yet been configured.Update the specified attribute of the config bean.Update the attributes of the config for the specified bean to the values specified in the map.ConfigService.update(BeanUpdate beanUpdate, String tracker) Update the ConfigAware bean referenced by the handle path in the updates with the values in the updates object.ConfigService.update(ConfigAware<?> bean, String attr, Object val, String tracker) Update the specified attribute of the config for the specified bean to the specified value.Update the attributes of the config for the specified bean to the values specified in the map.ConfigService.update(Collection<BeanUpdate> beanUpdates, String tracker) Update all the beans identified by the list of updates.Methods in com.tccc.kos.commons.core.service.config with parameters of type ConfigChangesModifier and TypeMethodDescriptionvoidConfigChangeListener.onConfigChanged(ConfigService service, ConfigChanges changes) Called when config settings have changed.