public final class ParallelWorkQueueCfgDefn extends ManagedObjectDefinition<ParallelWorkQueueCfgClient,ParallelWorkQueueCfg>
The Parallel Work Queue is a type of work queue that uses a number of worker threads that watch a queue and pick up an operation to process whenever one becomes available.
Modifier and Type | Method and Description |
---|---|
ParallelWorkQueueCfgClient |
createClientConfiguration(ManagedObject<? extends ParallelWorkQueueCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
ParallelWorkQueueCfg |
createServerConfiguration(ServerManagedObject<? extends ParallelWorkQueueCfg> impl)
Creates a server configuration view of the provided server
managed object.
|
static ParallelWorkQueueCfgDefn |
getInstance()
Get the Parallel Work Queue configuration definition singleton.
|
ClassPropertyDefinition |
getJavaClassPropertyDefinition()
Get the "java-class" property definition.
|
IntegerPropertyDefinition |
getNumWorkerThreadsPropertyDefinition()
Get the "num-worker-threads" property definition.
|
Class<ParallelWorkQueueCfg> |
getServerConfigurationClass()
Gets the server configuration class instance associated with this
managed object definition.
|
getAggregationPropertyDefinition, getAggregationPropertyDefinitions, getAllAggregationPropertyDefinitions, getAllChildren, getAllConstraints, getAllPropertyDefinitions, getAllRelationDefinitions, getAllReverseAggregationPropertyDefinitions, getAllReverseRelationDefinitions, getAllTags, getChild, getChildren, getConstraints, getDescription, getDescription, getName, getParent, getPropertyDefinition, getPropertyDefinitions, getRelationDefinition, getRelationDefinitions, getReverseAggregationPropertyDefinitions, getReverseRelationDefinitions, getSynopsis, getSynopsis, getUserFriendlyName, getUserFriendlyName, getUserFriendlyPluralName, getUserFriendlyPluralName, hasChildren, hasOption, hasTag, initialize, isChildOf, isParentOf, isTop, registerConstraint, registerOption, registerPropertyDefinition, registerRelationDefinition, registerTag, resolveManagedObjectDefinition, toString, toString
public static ParallelWorkQueueCfgDefn getInstance()
public ParallelWorkQueueCfgClient createClientConfiguration(ManagedObject<? extends ParallelWorkQueueCfgClient> impl)
createClientConfiguration
in class ManagedObjectDefinition<ParallelWorkQueueCfgClient,ParallelWorkQueueCfg>
impl
- The managed object.public ParallelWorkQueueCfg createServerConfiguration(ServerManagedObject<? extends ParallelWorkQueueCfg> impl)
createServerConfiguration
in class ManagedObjectDefinition<ParallelWorkQueueCfgClient,ParallelWorkQueueCfg>
impl
- The server managed object.public Class<ParallelWorkQueueCfg> getServerConfigurationClass()
getServerConfigurationClass
in class ManagedObjectDefinition<ParallelWorkQueueCfgClient,ParallelWorkQueueCfg>
public ClassPropertyDefinition getJavaClassPropertyDefinition()
Specifies the fully-qualified name of the Java class that provides the Parallel Work Queue implementation.
public IntegerPropertyDefinition getNumWorkerThreadsPropertyDefinition()
Specifies the number of worker threads to be used for processing operations placed in the queue.
If the value is increased, the additional worker threads are created immediately. If the value is reduced, the appropriate number of threads are destroyed as operations complete processing.
Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.