Changeset 2651 for trunk/src/clients/jobagent
- Timestamp:
- Sep 19, 2006, 2:46:38 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/clients/jobagent/net/sf/basedb/clients/jobagent/Agent.java
r2648 r2651 597 597 <li>Try to stop all running jobs by calling {@link Thread#interrupt()} 598 598 on all job threads. 599 <li>Logout and stop the BASE {@link Application}.599 <li>Logout from BASE. 600 600 </ul> 601 601 … … 613 613 closeServer(); 614 614 if (sc != null) sc.logout(); 615 Application.stop();615 //Application.stop(); 616 616 } 617 617
Note: See TracChangeset
for help on using the changeset viewer.