Uses of Interface
org.forgerock.opendj.server.config.server.JeBackendCfg
-
Packages that use JeBackendCfg 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.org.opends.server.backends.jeb Contains the code for the Directory Server backend that uses the Berkeley DB Java Edition as the repository for storing entry and index information. -
-
Uses of JeBackendCfg in org.forgerock.opendj.server.config.client
Methods in org.forgerock.opendj.server.config.client that return types with arguments of type JeBackendCfg Modifier and Type Method Description ManagedObjectDefinition<? extends JeBackendCfgClient,? extends JeBackendCfg>
JeBackendCfgClient. definition()
Get the configuration definition associated with this JE Backend. -
Uses of JeBackendCfg in org.forgerock.opendj.server.config.meta
Methods in org.forgerock.opendj.server.config.meta that return JeBackendCfg Modifier and Type Method Description JeBackendCfg
JeBackendCfgDefn. createServerConfiguration(ServerManagedObject<? extends JeBackendCfg> impl)
Methods in org.forgerock.opendj.server.config.meta that return types with arguments of type JeBackendCfg Modifier and Type Method Description Class<JeBackendCfg>
JeBackendCfgDefn. getServerConfigurationClass()
Method parameters in org.forgerock.opendj.server.config.meta with type arguments of type JeBackendCfg Modifier and Type Method Description JeBackendCfg
JeBackendCfgDefn. createServerConfiguration(ServerManagedObject<? extends JeBackendCfg> impl)
-
Uses of JeBackendCfg in org.forgerock.opendj.server.config.server
Methods in org.forgerock.opendj.server.config.server that return types with arguments of type JeBackendCfg Modifier and Type Method Description Class<? extends JeBackendCfg>
JeBackendCfg. configurationClass()
Gets the configuration class associated with this JE Backend.Method parameters in org.forgerock.opendj.server.config.server with type arguments of type JeBackendCfg Modifier and Type Method Description void
JeBackendCfg. addJeChangeListener(ConfigurationChangeListener<JeBackendCfg> listener)
Register to be notified when this JE Backend is changed.void
JeBackendCfg. removeJeChangeListener(ConfigurationChangeListener<JeBackendCfg> listener)
Deregister an existing JE Backend configuration change listener. -
Uses of JeBackendCfg in org.opends.server.backends.jeb
Methods in org.opends.server.backends.jeb with parameters of type JeBackendCfg Modifier and Type Method Description ConfigChangeResult
JEStorage. applyConfigurationChange(JeBackendCfg cfg)
protected Storage
JEBackend. configureStorage(JeBackendCfg cfg, ServerContext serverContext)
boolean
JEBackend. isConfigurationAcceptable(JeBackendCfg cfg, List<LocalizableMessage> unacceptableReasons, ServerContext serverContext)
boolean
JEStorage. isConfigurationChangeAcceptable(JeBackendCfg newCfg, List<LocalizableMessage> unacceptableReasons)
Constructors in org.opends.server.backends.jeb with parameters of type JeBackendCfg Constructor Description JEStorage(JeBackendCfg cfg, ServerContext serverContext)
Creates a new JE storage with the provided configuration.
-