public final class WorkQueueCfgDefn extends ManagedObjectDefinition<WorkQueueCfgClient,WorkQueueCfg>
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 |
---|---|
WorkQueueCfgClient |
createClientConfiguration(ManagedObject<? extends WorkQueueCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
WorkQueueCfg |
createServerConfiguration(ServerManagedObject<? extends WorkQueueCfg> impl)
Creates a server configuration view of the provided server
managed object.
|
static WorkQueueCfgDefn |
getInstance()
Get the Work Queue configuration definition singleton.
|
ClassPropertyDefinition |
getJavaClassPropertyDefinition()
Get the "java-class" property definition.
|
Class<WorkQueueCfg> |
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 WorkQueueCfgDefn getInstance()
public WorkQueueCfgClient createClientConfiguration(ManagedObject<? extends WorkQueueCfgClient> impl)
createClientConfiguration
in class ManagedObjectDefinition<WorkQueueCfgClient,WorkQueueCfg>
impl
- The managed object.public WorkQueueCfg createServerConfiguration(ServerManagedObject<? extends WorkQueueCfg> impl)
createServerConfiguration
in class ManagedObjectDefinition<WorkQueueCfgClient,WorkQueueCfg>
impl
- The server managed object.public Class<WorkQueueCfg> getServerConfigurationClass()
getServerConfigurationClass
in class ManagedObjectDefinition<WorkQueueCfgClient,WorkQueueCfg>
public ClassPropertyDefinition getJavaClassPropertyDefinition()
Specifies the fully-qualified name of the Java class that provides the Work Queue implementation.
Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.