Uses of Interface
org.forgerock.opendj.server.config.server.LocalBackendCfg
-
Packages that use LocalBackendCfg 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.org.opends.server.backends Contains various Directory Server backend implementations. -
-
Uses of LocalBackendCfg in org.forgerock.opendj.server.config.client
Methods in org.forgerock.opendj.server.config.client that return types with arguments of type LocalBackendCfg Modifier and Type Method Description ManagedObjectDefinition<? extends LocalBackendCfgClient,? extends LocalBackendCfg>
LocalBackendCfgClient. definition()
Get the configuration definition associated with this Local Backend. -
Uses of LocalBackendCfg in org.forgerock.opendj.server.config.server
Subinterfaces of LocalBackendCfg in org.forgerock.opendj.server.config.server Modifier and Type Interface Description interface
JeBackendCfg
A server-side interface for querying JE Backend settings.interface
LdifBackendCfg
A server-side interface for querying LDIF Backend settings.interface
MemoryBackendCfg
A server-side interface for querying Memory Backend settings.interface
MonitorBackendCfg
A server-side interface for querying Monitor Backend settings.interface
NullBackendCfg
A server-side interface for querying Null Backend settings.interface
PluggableBackendCfg
A server-side interface for querying Pluggable Backend settings.interface
SchemaBackendCfg
A server-side interface for querying Schema Backend settings.interface
TaskBackendCfg
A server-side interface for querying Task Backend settings.Methods in org.forgerock.opendj.server.config.server that return types with arguments of type LocalBackendCfg Modifier and Type Method Description Class<? extends LocalBackendCfg>
LocalBackendCfg. configurationClass()
Gets the configuration class associated with this Local Backend.Method parameters in org.forgerock.opendj.server.config.server with type arguments of type LocalBackendCfg Modifier and Type Method Description void
LocalBackendCfg. addLocalChangeListener(ConfigurationChangeListener<LocalBackendCfg> listener)
Register to be notified when this Local Backend is changed.void
LocalBackendCfg. removeLocalChangeListener(ConfigurationChangeListener<LocalBackendCfg> listener)
Deregister an existing Local Backend configuration change listener. -
Uses of LocalBackendCfg in org.opends.server.backends
Classes in org.opends.server.backends that implement LocalBackendCfg Modifier and Type Class Description class
ConfigurationBackend.ConfigurationBackendCfg
DummyBackendCfg
implementation for theConfigurationBackend
.Methods in org.opends.server.backends that return types with arguments of type LocalBackendCfg Modifier and Type Method Description Class<? extends LocalBackendCfg>
ConfigurationBackend.ConfigurationBackendCfg. configurationClass()
Methods in org.opends.server.backends with parameters of type LocalBackendCfg Modifier and Type Method Description void
ChangelogBackend. configureBackend(LocalBackendCfg config, ServerContext serverContext)
Method parameters in org.opends.server.backends with type arguments of type LocalBackendCfg Modifier and Type Method Description void
ConfigurationBackend.ConfigurationBackendCfg. addLocalChangeListener(ConfigurationChangeListener<LocalBackendCfg> listener)
void
ConfigurationBackend.ConfigurationBackendCfg. removeLocalChangeListener(ConfigurationChangeListener<LocalBackendCfg> listener)
-