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.api |
Contains a number of API declarations for use throughout the
Directory Server.
|
org.opends.server.core |
Contains various classes that comprise the core of the Directory Server codebase.
|
Modifier and Type | Method and Description |
---|---|
ManagedObjectDefinition<? extends WorkQueueCfgClient,? extends WorkQueueCfg> |
WorkQueueCfgClient.definition()
Get the configuration definition associated with this Work Queue.
|
Modifier and Type | Method and Description |
---|---|
WorkQueueCfg |
WorkQueueCfgDefn.createServerConfiguration(ServerManagedObject<? extends WorkQueueCfg> impl) |
Modifier and Type | Method and Description |
---|---|
Class<WorkQueueCfg> |
WorkQueueCfgDefn.getServerConfigurationClass() |
SingletonRelationDefinition<WorkQueueCfgClient,WorkQueueCfg> |
RootCfgDefn.getWorkQueueRelationDefinition()
Get the "work-queue" relation definition.
|
Modifier and Type | Method and Description |
---|---|
WorkQueueCfg |
WorkQueueCfgDefn.createServerConfiguration(ServerManagedObject<? extends WorkQueueCfg> impl) |
Modifier and Type | Interface and Description |
---|---|
interface |
TraditionalWorkQueueCfg
A server-side interface for querying Traditional Work Queue
settings.
|
Modifier and Type | Method and Description |
---|---|
WorkQueueCfg |
RootCfg.getWorkQueue()
Gets the Work Queue.
|
Modifier and Type | Method and Description |
---|---|
Class<? extends WorkQueueCfg> |
WorkQueueCfg.configurationClass()
Gets the configuration class associated with this Work Queue.
|
Modifier and Type | Method and Description |
---|---|
void |
WorkQueueCfg.addChangeListener(ConfigurationChangeListener<WorkQueueCfg> listener)
Register to be notified when this Work Queue is changed.
|
void |
WorkQueueCfg.removeChangeListener(ConfigurationChangeListener<WorkQueueCfg> listener)
Deregister an existing Work Queue configuration change listener.
|
Modifier and Type | Class and Description |
---|---|
class |
WorkQueue<T extends WorkQueueCfg>
This class defines the structure and methods that must be implemented by a Directory Server work queue.
|
Modifier and Type | Method and Description |
---|---|
ConfigChangeResult |
WorkQueueConfigManager.applyConfigurationChange(WorkQueueCfg configuration) |
boolean |
WorkQueueConfigManager.isConfigurationChangeAcceptable(WorkQueueCfg configuration,
List<LocalizableMessage> unacceptableReasons) |
Copyright 2010-2018 ForgeRock AS.