Changeset 2865 for trunk/src/clients/jobagent
- Timestamp:
- Nov 6, 2006, 8:27:32 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/clients/jobagent/net/sf/basedb/clients/jobagent/Agent.java
r2722 r2865 840 840 @param job The job to start 841 841 */ 842 public void startJob(Job job, JobAgentSettings settings)842 public synchronized void startJob(Job job, JobAgentSettings settings) 843 843 { 844 844 JobRunner runner = new JobRunner(this, job, settings, jobExecutor);
Note: See TracChangeset
for help on using the changeset viewer.