comparison dwtx/core/runtime/jobs/package.html @ 122:9d0585bcb7aa

Add core.jobs package
author Frank Benoit <benoit@tionex.de>
date Tue, 12 Aug 2008 02:34:21 +0200
parents
children
comparison
equal deleted inserted replaced
121:c0304616ea23 122:9d0585bcb7aa
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2 <html>
3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
5 <title>Package-level Javadoc</title>
6 </head>
7 <body>
8 Provides core support for scheduling and interacting with background activity.
9 <h2>
10 Package Specification</h2>
11 <p>
12 This package specifies API for scheduling background tasks, or jobs. Jobs can be
13 scheduled for immediate execution, or for execution after a specified delay. Once
14 scheduled, jobs can be queried, canceled, or suspended. Rules can be attached to
15 jobs to indicate when they can run, and whether they can run simultaneously with other
16 jobs. This package also includes a generic locking facility that includes support for
17 detecting and responding to deadlock.
18 <p>
19 @since 3.0
20 <p>
21 </body>
22 </html>