Package com.evolveum.midpoint.model.impl
Class PrismConfigurationUpdater
- java.lang.Object
-
- com.evolveum.midpoint.model.impl.PrismConfigurationUpdater
-
- All Implemented Interfaces:
SystemConfigurationChangeListener
@Component public class PrismConfigurationUpdater extends Object implements SystemConfigurationChangeListener
-
-
Constructor Summary
Constructors Constructor Description PrismConfigurationUpdater()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinit()voidshutdown()voidupdate(@Nullable SystemConfigurationType value)Updates the listener's internal state with the configuration provided.
-
-
-
Method Detail
-
update
public void update(@Nullable @Nullable SystemConfigurationType value)Description copied from interface:SystemConfigurationChangeListenerUpdates the listener's internal state with the configuration provided.- Specified by:
updatein interfaceSystemConfigurationChangeListener- Parameters:
value- Current value of the system configuration object. It is 'null' if the object does not exist. Usually listeners keep their current state in such cases, but if needed, it will have the information about missing sysconfig object, so it could act accordingly.
-
init
@PostConstruct public void init()
-
shutdown
@PreDestroy public void shutdown()
-
-