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.
|
ValueOrExpression<String> |
getJavaClass()
Gets the "java-class" property.
|
void |
setJavaClass(ValueOrExpression<String> value)
Sets the "java-class" property.
|
commit, properties
ManagedObjectDefinition<? extends WorkQueueCfgClient,? extends WorkQueueCfg> definition()
definition
in interface ConfigurationClient
ValueOrExpression<String> getJavaClass()
Specifies the fully-qualified name of the Java class that provides the Work Queue implementation.
void setJavaClass(ValueOrExpression<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-2018 ForgeRock AS.