Uses of Interface
org.forgerock.opendj.server.config.server.PluggableBackendCfg
-
Packages that use PluggableBackendCfg Package Description org.forgerock.opendj.server.config.client Provides client-side interfaces for querying and managing the Core directory server administrative components.org.forgerock.opendj.server.config.server Provides server-side interfaces for accessing the Core directory server administrative components. -
-
Uses of PluggableBackendCfg in org.forgerock.opendj.server.config.client
Methods in org.forgerock.opendj.server.config.client that return types with arguments of type PluggableBackendCfg Modifier and Type Method Description ManagedObjectDefinition<? extends PluggableBackendCfgClient,? extends PluggableBackendCfg>PluggableBackendCfgClient. definition()Get the configuration definition associated with this Pluggable Backend. -
Uses of PluggableBackendCfg in org.forgerock.opendj.server.config.server
Subinterfaces of PluggableBackendCfg in org.forgerock.opendj.server.config.server Modifier and Type Interface Description interfaceJEBackendCfgA server-side interface for querying JE Backend settings.interfacePDBBackendCfgA server-side interface for querying PDB Backend settings.Methods in org.forgerock.opendj.server.config.server that return types with arguments of type PluggableBackendCfg Modifier and Type Method Description Class<? extends PluggableBackendCfg>PluggableBackendCfg. configurationClass()Gets the configuration class associated with this Pluggable Backend.Method parameters in org.forgerock.opendj.server.config.server with type arguments of type PluggableBackendCfg Modifier and Type Method Description voidPluggableBackendCfg. addPluggableChangeListener(ConfigurationChangeListener<PluggableBackendCfg> listener)Register to be notified when this Pluggable Backend is changed.voidPluggableBackendCfg. removePluggableChangeListener(ConfigurationChangeListener<PluggableBackendCfg> listener)Deregister an existing Pluggable Backend configuration change listener.
-