Changeset 3365 for trunk/doc/src/docbook/appendix/jobagent.properties.xml
- Timestamp:
- May 23, 2007, 11:12:59 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/src/docbook/appendix/jobagent.properties.xml
r3363 r3365 74 74 <para> 75 75 Required. A unique ID that identifies this job agent among other 76 job agent . If multiple job agents are installed each job agent76 job agents. If multiple job agents are installed each job agent 77 77 should have it's own unique ID. 78 78 </para> … … 162 162 163 163 <varlistentry> 164 <term><property>agent.allowremote.start</property></term>165 <listitem>166 <para>167 Optional. If the <command>start</command> command should be168 accepted from remote hosts specified in the <property>agent.remotecontrol</property> setting.169 If <constant>false</constant>, only the local host is allowed to170 start the job agent. The default value is <constant>true</constant>.171 </para>172 </listitem>173 </varlistentry>174 175 <varlistentry>176 164 <term><property>agent.allowremote.pause</property></term> 177 165 <listitem> … … 181 169 If <constant>false</constant>, only the local host is allowed to 182 170 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>. 183 183 </para> 184 184 </listitem> … … 223 223 Executes the job in a separate thread. This is only recommended 224 224 for plugins that are trusted and safe. A misbehaving plugin can affect the job agent 225 and other jobs, but the sta tup time is short and less memory225 and other jobs, but the startup time is short and less memory 226 226 is used. 227 227 </para> … … 231 231 <para> 232 232 <classname>net.sf.basedb.clients.jobagent.executors.DummyJobExecutor</classname>: 233 Doesn't execute the job. It only marks the job as be eing executed,233 Doesn't execute the job. It only marks the job as being executed, 234 234 and after waiting some time, as finished successfully. 235 235 Use it for debugging the job agent. … … 238 238 </itemizedlist> 239 239 240 It is possible to create your own impleme tnation of a job executor.240 It is possible to create your own implementation of a job executor. 241 241 Create a class that implements the 242 242 <interfacename>net.sf.basedb.clients.jobagent.JobExecutor</interfacename>
Note: See TracChangeset
for help on using the changeset viewer.