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.
|
Modifier and Type | Method and Description |
---|---|
ManagedObjectDefinition<? extends BackendVlvIndexCfgClient,? extends BackendVlvIndexCfg> |
BackendVlvIndexCfgClient.definition()
Get the configuration definition associated with this Backend VLV Index.
|
Modifier and Type | Method and Description |
---|---|
<C extends BackendVlvIndexCfgClient> |
PluggableBackendCfgClient.createBackendVlvIndex(ManagedObjectDefinition<C,? extends BackendVlvIndexCfg> d,
String name,
Collection<PropertyException> exceptions)
Creates a new Backend Vlv Index.
|
Modifier and Type | Method and Description |
---|---|
BackendVlvIndexCfg |
BackendVlvIndexCfgDefn.createServerConfiguration(ServerManagedObject<? extends BackendVlvIndexCfg> impl) |
Modifier and Type | Method and Description |
---|---|
InstantiableRelationDefinition<BackendVlvIndexCfgClient,BackendVlvIndexCfg> |
PluggableBackendCfgDefn.getBackendVlvIndexesRelationDefinition()
Get the "backend-vlv-indexes" relation definition.
|
InstantiableRelationDefinition<BackendVlvIndexCfgClient,BackendVlvIndexCfg> |
JeBackendCfgDefn.getBackendVlvIndexesRelationDefinition()
Get the "backend-vlv-indexes" relation definition.
|
Class<BackendVlvIndexCfg> |
BackendVlvIndexCfgDefn.getServerConfigurationClass() |
Modifier and Type | Method and Description |
---|---|
BackendVlvIndexCfg |
BackendVlvIndexCfgDefn.createServerConfiguration(ServerManagedObject<? extends BackendVlvIndexCfg> impl) |
Modifier and Type | Method and Description |
---|---|
BackendVlvIndexCfg |
PluggableBackendCfg.getBackendVlvIndex(String name)
Gets the named Backend Vlv Index.
|
Modifier and Type | Method and Description |
---|---|
Class<? extends BackendVlvIndexCfg> |
BackendVlvIndexCfg.configurationClass()
Gets the configuration class associated with this Backend VLV Index.
|
Modifier and Type | Method and Description |
---|---|
void |
PluggableBackendCfg.addBackendVlvIndexAddListener(ConfigurationAddListener<BackendVlvIndexCfg> listener)
Registers to be notified when new Backend Vlv Indexes are added.
|
void |
PluggableBackendCfg.addBackendVlvIndexDeleteListener(ConfigurationDeleteListener<BackendVlvIndexCfg> listener)
Registers to be notified when existing Backend Vlv Indexes are deleted.
|
void |
BackendVlvIndexCfg.addChangeListener(ConfigurationChangeListener<BackendVlvIndexCfg> listener)
Register to be notified when this Backend VLV Index is changed.
|
void |
PluggableBackendCfg.removeBackendVlvIndexAddListener(ConfigurationAddListener<BackendVlvIndexCfg> listener)
Deregisters an existing Backend Vlv Index configuration add listener.
|
void |
PluggableBackendCfg.removeBackendVlvIndexDeleteListener(ConfigurationDeleteListener<BackendVlvIndexCfg> listener)
Deregisters an existing Backend Vlv Index configuration delete listener.
|
void |
BackendVlvIndexCfg.removeChangeListener(ConfigurationChangeListener<BackendVlvIndexCfg> listener)
Deregister an existing Backend VLV Index configuration change listener.
|
Copyright 2010-2018 ForgeRock AS.