Uses of Interface
org.forgerock.opendj.server.config.server.NullBackendCfg
-
Packages that use NullBackendCfg 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.meta Provides introspection interfaces for 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 NullBackendCfg in org.forgerock.opendj.server.config.client
Methods in org.forgerock.opendj.server.config.client that return types with arguments of type NullBackendCfg Modifier and Type Method Description ManagedObjectDefinition<? extends NullBackendCfgClient,? extends NullBackendCfg>NullBackendCfgClient. definition()Get the configuration definition associated with this Null Backend. -
Uses of NullBackendCfg in org.forgerock.opendj.server.config.meta
Methods in org.forgerock.opendj.server.config.meta that return NullBackendCfg Modifier and Type Method Description NullBackendCfgNullBackendCfgDefn. createServerConfiguration(ServerManagedObject<? extends NullBackendCfg> impl)Creates a server configuration view of the provided server managed object.Methods in org.forgerock.opendj.server.config.meta that return types with arguments of type NullBackendCfg Modifier and Type Method Description Class<NullBackendCfg>NullBackendCfgDefn. getServerConfigurationClass()Gets the server configuration class instance associated with this managed object definition.Method parameters in org.forgerock.opendj.server.config.meta with type arguments of type NullBackendCfg Modifier and Type Method Description NullBackendCfgNullBackendCfgDefn. createServerConfiguration(ServerManagedObject<? extends NullBackendCfg> impl)Creates a server configuration view of the provided server managed object. -
Uses of NullBackendCfg in org.forgerock.opendj.server.config.server
Methods in org.forgerock.opendj.server.config.server that return types with arguments of type NullBackendCfg Modifier and Type Method Description Class<? extends NullBackendCfg>NullBackendCfg. configurationClass()Gets the configuration class associated with this Null Backend.Method parameters in org.forgerock.opendj.server.config.server with type arguments of type NullBackendCfg Modifier and Type Method Description voidNullBackendCfg. addNullChangeListener(ConfigurationChangeListener<NullBackendCfg> listener)Register to be notified when this Null Backend is changed.voidNullBackendCfg. removeNullChangeListener(ConfigurationChangeListener<NullBackendCfg> listener)Deregister an existing Null Backend configuration change listener.
-