Ignore:
Timestamp:
May 23, 2007, 11:12:59 AM (16 years ago)
Author:
Martin Svensson
Message:

Fixes #598 Read "Appendix: jobagent.properties reference"

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/src/docbook/appendix/jobagent.properties.xml

    r3363 r3365  
    7474        <para>
    7575          Required. A unique ID that identifies this job agent among other
    76           job agent. If multiple job agents are installed each job agent
     76          job agents. If multiple job agents are installed each job agent
    7777          should have it's own unique ID.
    7878        </para>
     
    162162   
    163163    <varlistentry>
    164       <term><property>agent.allowremote.start</property></term>
    165       <listitem>
    166         <para>
    167           Optional. If the <command>start</command> command should be
    168           accepted from remote hosts specified in the <property>agent.remotecontrol</property> setting.
    169           If <constant>false</constant>, only the local host is allowed to
    170           start the job agent. The default value is <constant>true</constant>.
    171         </para>
    172       </listitem>
    173     </varlistentry>
    174 
    175     <varlistentry>
    176164      <term><property>agent.allowremote.pause</property></term>
    177165      <listitem>
     
    181169          If <constant>false</constant>, only the local host is allowed to
    182170          pause the job agent. The default value is <constant>true</constant>.
     171        </para>
     172      </listitem>
     173    </varlistentry>
     174   
     175    <varlistentry>
     176      <term><property>agent.allowremote.start</property></term>
     177      <listitem>
     178        <para>
     179          Optional. If the <command>start</command> command should be
     180          accepted from remote hosts specified in the <property>agent.remotecontrol</property> setting.
     181          If <constant>false</constant>, only the local host is allowed to
     182          start the job agent when it's paused. The default value is <constant>true</constant>.
    183183        </para>
    184184      </listitem>
     
    223223            Executes the job in a separate thread. This is only recommended
    224224            for plugins that are  trusted and safe. A misbehaving plugin can affect the job agent
    225             and other jobs, but the statup time is short and less memory
     225            and other jobs, but the startup time is short and less memory
    226226            is used.
    227227            </para>
     
    231231            <para>
    232232            <classname>net.sf.basedb.clients.jobagent.executors.DummyJobExecutor</classname>:     
    233             Doesn't execute the job. It only marks the job as beeing executed,
     233            Doesn't execute the job. It only marks the job as being executed,
    234234            and after waiting some time, as finished successfully.
    235235            Use it for debugging the job agent.
     
    238238          </itemizedlist>
    239239
    240           It is possible to create your own implemetnation of a job executor.
     240          It is possible to create your own implementation of a job executor.
    241241          Create a class that implements the
    242242          <interfacename>net.sf.basedb.clients.jobagent.JobExecutor</interfacename>
Note: See TracChangeset for help on using the changeset viewer.