Package | Description |
---|---|
org.opends.server.admin.std.client |
Provides client-side interfaces for querying and managing the Core
directory server administrative components.
|
org.opends.server.admin.std.meta |
Provides introspection interfaces for the Core directory server
administrative components.
|
org.opends.server.admin.std.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.
|
Modifier and Type | Method and Description |
---|---|
ManagedObjectDefinition<? extends LocalDBVLVIndexCfgClient,? extends LocalDBVLVIndexCfg> |
LocalDBVLVIndexCfgClient.definition()
Get the configuration definition associated with this Local DB VLV Index.
|
Modifier and Type | Method and Description |
---|---|
<C extends LocalDBVLVIndexCfgClient> |
LocalDBBackendCfgClient.createLocalDBVLVIndex(ManagedObjectDefinition<C,? extends LocalDBVLVIndexCfg> d,
String name,
Collection<PropertyException> exceptions)
Creates a new Local DB VLV Index.
|
Modifier and Type | Method and Description |
---|---|
LocalDBVLVIndexCfg |
LocalDBVLVIndexCfgDefn.createServerConfiguration(ServerManagedObject<? extends LocalDBVLVIndexCfg> impl)
Creates a server configuration view of the provided server
managed object.
|
Modifier and Type | Method and Description |
---|---|
InstantiableRelationDefinition<LocalDBVLVIndexCfgClient,LocalDBVLVIndexCfg> |
LocalDBBackendCfgDefn.getLocalDBVLVIndexesRelationDefinition()
Get the "local-db-vlv-indexes" relation definition.
|
Class<LocalDBVLVIndexCfg> |
LocalDBVLVIndexCfgDefn.getServerConfigurationClass()
Gets the server configuration class instance associated with this
managed object definition.
|
Modifier and Type | Method and Description |
---|---|
LocalDBVLVIndexCfg |
LocalDBVLVIndexCfgDefn.createServerConfiguration(ServerManagedObject<? extends LocalDBVLVIndexCfg> impl)
Creates a server configuration view of the provided server
managed object.
|
Modifier and Type | Method and Description |
---|---|
LocalDBVLVIndexCfg |
LocalDBBackendCfg.getLocalDBVLVIndex(String name)
Gets the named Local DB VLV Index.
|
Modifier and Type | Method and Description |
---|---|
Class<? extends LocalDBVLVIndexCfg> |
LocalDBVLVIndexCfg.configurationClass()
Gets the configuration class associated with this Local DB VLV Index.
|
Modifier and Type | Method and Description |
---|---|
void |
LocalDBVLVIndexCfg.addChangeListener(ConfigurationChangeListener<LocalDBVLVIndexCfg> listener)
Register to be notified when this Local DB VLV Index is changed.
|
void |
LocalDBBackendCfg.addLocalDBVLVIndexAddListener(ConfigurationAddListener<LocalDBVLVIndexCfg> listener)
Registers to be notified when new Local DB VLV Indexes are added.
|
void |
LocalDBBackendCfg.addLocalDBVLVIndexDeleteListener(ConfigurationDeleteListener<LocalDBVLVIndexCfg> listener)
Registers to be notified when existing Local DB VLV Indexes are deleted.
|
void |
LocalDBVLVIndexCfg.removeChangeListener(ConfigurationChangeListener<LocalDBVLVIndexCfg> listener)
Deregister an existing Local DB VLV Index configuration change listener.
|
void |
LocalDBBackendCfg.removeLocalDBVLVIndexAddListener(ConfigurationAddListener<LocalDBVLVIndexCfg> listener)
Deregisters an existing Local DB VLV Index configuration add listener.
|
void |
LocalDBBackendCfg.removeLocalDBVLVIndexDeleteListener(ConfigurationDeleteListener<LocalDBVLVIndexCfg> listener)
Deregisters an existing Local DB VLV Index configuration delete listener.
|
Modifier and Type | Method and Description |
---|---|
ConfigChangeResult |
VLVIndex.applyConfigurationChange(LocalDBVLVIndexCfg cfg)
Applies the configuration changes to this change listener.
|
boolean |
VLVIndex.isConfigurationChangeAcceptable(LocalDBVLVIndexCfg cfg,
List<LocalizableMessage> unacceptableReasons)
Indicates whether the proposed change to the configuration is
acceptable to this change listener.
|
Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.