WorkQueueConfiguration.xml revision 188a85993cf1cf9925338176e5f27b95a5891c50
0N/A<?xml version="1.0" encoding="utf-8"?>
0N/A<!--
0N/A ! CDDL HEADER START
0N/A !
0N/A ! The contents of this file are subject to the terms of the
0N/A ! Common Development and Distribution License, Version 1.0 only
0N/A ! (the "License"). You may not use this file except in compliance
0N/A ! with the License.
0N/A !
0N/A ! You can obtain a copy of the license at
0N/A ! trunk/opends/resource/legal-notices/OpenDS.LICENSE
0N/A ! or https://OpenDS.dev.java.net/OpenDS.LICENSE.
0N/A ! See the License for the specific language governing permissions
0N/A ! and limitations under the License.
0N/A !
0N/A ! When distributing Covered Code, include this CDDL HEADER in each
0N/A ! file and include the License file at
0N/A ! trunk/opends/resource/legal-notices/OpenDS.LICENSE. If applicable,
0N/A ! add the following below this CDDL HEADER, with the fields enclosed
0N/A ! by brackets "[]" replaced with your own identifying information:
0N/A ! Portions Copyright [yyyy] [name of copyright owner]
0N/A !
0N/A ! CDDL HEADER END
0N/A !
0N/A !
0N/A ! Portions Copyright 2007 Sun Microsystems, Inc.
0N/A ! -->
0N/A<adm:managed-object name="work-queue" plural-name="work-queues"
0N/A package="org.opends.server.admin.std"
0N/A xmlns:adm="http://www.opends.org/admin"
0N/A xmlns:ldap="http://www.opends.org/admin-ldap">
0N/A <adm:synopsis>
0N/A The
0N/A <adm:user-friendly-name />
0N/A is responsible for ensuring that requests received from clients are
0N/A processed in a timely manner.
0N/A </adm:synopsis>
0N/A <adm:description>
0N/A Whenever a connection handler receives a client request, it should
0N/A be placed in the work queue so that it may be processed
0N/A appropriately.
0N/A </adm:description>
0N/A <adm:tag name="core" />
0N/A <adm:profile name="ldap">
0N/A <ldap:object-class>
0N/A <ldap:name>ds-cfg-work-queue</ldap:name>
0N/A <ldap:superior>top</ldap:superior>
0N/A </ldap:object-class>
0N/A </adm:profile>
0N/A <adm:property name="java-class" mandatory="true">
0N/A <adm:synopsis>
0N/A The fully-qualified name of the Java class that provides the
0N/A <adm:user-friendly-name />
0N/A implementation.
0N/A </adm:synopsis>
0N/A <adm:syntax>
0N/A <adm:java-class>
0N/A <adm:instance-of>
0N/A org.opends.server.api.WorkQueue
0N/A </adm:instance-of>
0N/A </adm:java-class>
0N/A </adm:syntax>
0N/A <adm:profile name="ldap">
0N/A <ldap:attribute>
0N/A <ldap:name>ds-cfg-java-class</ldap:name>
0N/A </ldap:attribute>
0N/A </adm:profile>
0N/A </adm:property>
0N/A</adm:managed-object>
0N/A