Uses of Interface
org.forgerock.opendj.server.config.server.WorkQueueCfg
-
Packages that use WorkQueueCfg 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. -
-
Uses of WorkQueueCfg in org.forgerock.opendj.server.config.client
Methods in org.forgerock.opendj.server.config.client that return types with arguments of type WorkQueueCfg Modifier and Type Method Description ManagedObjectDefinition<? extends WorkQueueCfgClient,? extends WorkQueueCfg>
WorkQueueCfgClient. definition()
Get the configuration definition associated with this Work Queue. -
Uses of WorkQueueCfg in org.forgerock.opendj.server.config.meta
Methods in org.forgerock.opendj.server.config.meta that return WorkQueueCfg Modifier and Type Method Description WorkQueueCfg
WorkQueueCfgDefn. createServerConfiguration(ServerManagedObject<? extends WorkQueueCfg> impl)
Methods in org.forgerock.opendj.server.config.meta that return types with arguments of type WorkQueueCfg Modifier and Type Method Description Class<WorkQueueCfg>
WorkQueueCfgDefn. getServerConfigurationClass()
SingletonRelationDefinition<WorkQueueCfgClient,WorkQueueCfg>
RootCfgDefn. getWorkQueueRelationDefinition()
Get the "work-queue" relation definition.Method parameters in org.forgerock.opendj.server.config.meta with type arguments of type WorkQueueCfg Modifier and Type Method Description WorkQueueCfg
WorkQueueCfgDefn. createServerConfiguration(ServerManagedObject<? extends WorkQueueCfg> impl)
-
Uses of WorkQueueCfg in org.forgerock.opendj.server.config.server
Subinterfaces of WorkQueueCfg in org.forgerock.opendj.server.config.server Modifier and Type Interface Description interface
TraditionalWorkQueueCfg
A server-side interface for querying Traditional Work Queue settings.Methods in org.forgerock.opendj.server.config.server that return WorkQueueCfg Modifier and Type Method Description WorkQueueCfg
RootCfg. getWorkQueue()
Gets the Work Queue.Methods in org.forgerock.opendj.server.config.server that return types with arguments of type WorkQueueCfg Modifier and Type Method Description Class<? extends WorkQueueCfg>
WorkQueueCfg. configurationClass()
Gets the configuration class associated with this Work Queue.Method parameters in org.forgerock.opendj.server.config.server with type arguments of type WorkQueueCfg Modifier and Type Method 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. -
Uses of WorkQueueCfg in org.opends.server.api
Classes in org.opends.server.api with type parameters of type WorkQueueCfg Modifier and Type Class Description class
WorkQueue<T extends WorkQueueCfg>
This class defines the structure and methods that must be implemented by a Directory Server work queue. -
Uses of WorkQueueCfg in org.opends.server.core
Methods in org.opends.server.core with parameters of type WorkQueueCfg Modifier and Type Method Description ConfigChangeResult
WorkQueueConfigManager. applyConfigurationChange(WorkQueueCfg configuration)
boolean
WorkQueueConfigManager. isConfigurationChangeAcceptable(WorkQueueCfg configuration, List<LocalizableMessage> unacceptableReasons)
-