mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

rhaggard
01.30.2008 2a8784e577fe5d6c8e542c7f30c68cc26a6a6c29
opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/WorkQueueConfiguration.xml
@@ -33,12 +33,14 @@
  <adm:synopsis>
    The
    <adm:user-friendly-name />
    provides the configuration for the server work queue and
    is responsible for ensuring that requests received from clients are
    processed in a timely manner.
    Only a single work queue can be defined in the server.
  </adm:synopsis>
  <adm:description>
    Whenever a connection handler receives a client request, it should
    be placed in the work queue so that it may be processed
    place the request in the work queue to be processed
    appropriately.
  </adm:description>
  <adm:tag name="core" />
@@ -53,10 +55,13 @@
  </adm:profile>
  <adm:property name="java-class" mandatory="true">
    <adm:synopsis>
      The fully-qualified name of the Java class that provides the
      Specifies the fully-qualified name of the Java class that provides the
      <adm:user-friendly-name />
      implementation.
    </adm:synopsis>
    <adm:requires-admin-action>
      <adm:server-restart />
    </adm:requires-admin-action>
    <adm:syntax>
      <adm:java-class>
        <adm:instance-of>