public interface WorkQueueCfgClient extends ConfigurationClient
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 |
---|---|
ManagedObjectDefinition<? extends WorkQueueCfgClient,? extends WorkQueueCfg> |
definition()
Get the configuration definition associated with this Work Queue.
|
String |
getJavaClass()
Gets the "java-class" property.
|
void |
setJavaClass(String value)
Sets the "java-class" property.
|
commit, properties
ManagedObjectDefinition<? extends WorkQueueCfgClient,? extends WorkQueueCfg> definition()
definition
in interface ConfigurationClient
String getJavaClass()
Specifies the fully-qualified name of the Java class that provides the Work Queue implementation.
void setJavaClass(String value) throws PropertyException
Specifies the fully-qualified name of the Java class that provides the Work Queue implementation.
value
- The value of the "java-class" property.PropertyException
- If the new value is invalid.Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.