public interface WorkQueueCfg extends Configuration
The Work Queue provides the configuration for the server work queue and is responsible for ensuring that requests received from clients are processed in a timely manner.
Modifier and Type | Method and Description |
---|---|
void |
addChangeListener(ConfigurationChangeListener<WorkQueueCfg> listener)
Register to be notified when this Work Queue is changed.
|
Class<? extends WorkQueueCfg> |
configurationClass()
Gets the configuration class associated with this Work Queue.
|
String |
getJavaClass()
Gets the "java-class" property.
|
void |
removeChangeListener(ConfigurationChangeListener<WorkQueueCfg> listener)
Deregister an existing Work Queue configuration change listener.
|
dn, name
Class<? extends WorkQueueCfg> configurationClass()
configurationClass
in interface Configuration
void addChangeListener(ConfigurationChangeListener<WorkQueueCfg> listener)
listener
- The Work Queue configuration change listener.void removeChangeListener(ConfigurationChangeListener<WorkQueueCfg> listener)
listener
- The Work Queue configuration change listener.String getJavaClass()
Specifies the fully-qualified name of the Java class that provides the Work Queue implementation.
Copyright 2010-2020 ForgeRock AS.