Uses of Class
org.forgerock.opendj.config.server.ConfigChangeResult
-
Packages that use ConfigChangeResult Package Description org.forgerock.opendj.config.server Server-side administration interface.org.forgerock.opendj.config.server.spi Contains a number of API declarations for use throughout the Directory Server. -
-
Uses of ConfigChangeResult in org.forgerock.opendj.config.server
Methods in org.forgerock.opendj.config.server that return ConfigChangeResult Modifier and Type Method Description ConfigChangeResultConfigurationAddListener. applyConfigurationAdd(T configuration)Adds a new configuration to this add listener.ConfigChangeResultServerManagedObjectAddListener. applyConfigurationAdd(ServerManagedObject<? extends T> mo)Adds a new server managed object to this add listener.ConfigChangeResultConfigurationChangeListener. applyConfigurationChange(T configuration)Applies the configuration changes to this change listener.ConfigChangeResultServerManagedObjectChangeListener. applyConfigurationChange(ServerManagedObject<? extends T> mo)Applies the server managed object changes to this change listener.ConfigChangeResultConfigurationDeleteListener. applyConfigurationDelete(T configuration)Deletes an existing configuration from this delete listener.ConfigChangeResultServerManagedObjectDeleteListener. applyConfigurationDelete(ServerManagedObject<? extends T> mo)Deletes an existing server managed object from this delete listener.Methods in org.forgerock.opendj.config.server with parameters of type ConfigChangeResult Modifier and Type Method Description voidConfigChangeResult. aggregate(ConfigChangeResult other)Aggregates the results from the provided config change result. -
Uses of ConfigChangeResult in org.forgerock.opendj.config.server.spi
Methods in org.forgerock.opendj.config.server.spi that return ConfigChangeResult Modifier and Type Method Description ConfigChangeResultConfigAddListener. applyConfigurationAdd(org.forgerock.opendj.ldap.Entry configEntry)Attempts to apply a new configuration based on the provided added entry.ConfigChangeResultConfigChangeListener. applyConfigurationChange(org.forgerock.opendj.ldap.Entry configEntry)Attempts to apply a new configuration to this Directory Server component based on the provided changed entry.ConfigChangeResultConfigDeleteListener. applyConfigurationDelete(org.forgerock.opendj.ldap.Entry configEntry)Attempts to apply a new configuration based on the provided deleted entry.
-