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 LocalDBIndexCfgClient,? extends LocalDBIndexCfg> |
LocalDBIndexCfgClient.definition()
Get the configuration definition associated with this Local DB Index.
|
Modifier and Type | Method and Description |
---|---|
<C extends LocalDBIndexCfgClient> |
LocalDBBackendCfgClient.createLocalDBIndex(ManagedObjectDefinition<C,? extends LocalDBIndexCfg> d,
String name,
Collection<PropertyException> exceptions)
Creates a new Local DB Index.
|
Modifier and Type | Method and Description |
---|---|
LocalDBIndexCfg |
LocalDBIndexCfgDefn.createServerConfiguration(ServerManagedObject<? extends LocalDBIndexCfg> impl)
Creates a server configuration view of the provided server managed
object.
|
Modifier and Type | Method and Description |
---|---|
InstantiableRelationDefinition<LocalDBIndexCfgClient,LocalDBIndexCfg> |
LocalDBBackendCfgDefn.getLocalDBIndexesRelationDefinition()
Get the "local-db-indexes" relation definition.
|
Class<LocalDBIndexCfg> |
LocalDBIndexCfgDefn.getServerConfigurationClass()
Gets the server configuration class instance associated with this managed
object definition.
|
Modifier and Type | Method and Description |
---|---|
LocalDBIndexCfg |
LocalDBIndexCfgDefn.createServerConfiguration(ServerManagedObject<? extends LocalDBIndexCfg> impl)
Creates a server configuration view of the provided server managed
object.
|
Modifier and Type | Method and Description |
---|---|
LocalDBIndexCfg |
LocalDBBackendCfg.getLocalDBIndex(String name)
Gets the named Local DB Index.
|
Modifier and Type | Method and Description |
---|---|
Class<? extends LocalDBIndexCfg> |
LocalDBIndexCfg.configurationClass()
Gets the configuration class associated with this Local DB Index.
|
Modifier and Type | Method and Description |
---|---|
void |
LocalDBIndexCfg.addChangeListener(ConfigurationChangeListener<LocalDBIndexCfg> listener)
Register to be notified when this Local DB Index is changed.
|
void |
LocalDBBackendCfg.addLocalDBIndexAddListener(ConfigurationAddListener<LocalDBIndexCfg> listener)
Registers to be notified when new Local DB Indexes are added.
|
void |
LocalDBBackendCfg.addLocalDBIndexDeleteListener(ConfigurationDeleteListener<LocalDBIndexCfg> listener)
Registers to be notified when existing Local DB Indexes are deleted.
|
void |
LocalDBIndexCfg.removeChangeListener(ConfigurationChangeListener<LocalDBIndexCfg> listener)
Deregister an existing Local DB Index configuration change listener.
|
void |
LocalDBBackendCfg.removeLocalDBIndexAddListener(ConfigurationAddListener<LocalDBIndexCfg> listener)
Deregisters an existing Local DB Index configuration add listener.
|
void |
LocalDBBackendCfg.removeLocalDBIndexDeleteListener(ConfigurationDeleteListener<LocalDBIndexCfg> listener)
Deregisters an existing Local DB Index configuration delete listener.
|
Copyright © 2011-2015 ForgeRock AS. All Rights Reserved.