:: com :: sun :: star :: task ::

service Job
Description
represent a synchronous job, which can be executed by the global JobExecutor instance.
See also
AsyncJob
Since version
OpenOffice.org 1.1.1
Developers Guide
4.7.2 Writing UNO Components - Integrating Components into OpenOffice.org - Jobs - Implementation

Exported Interfaces
XJob
Description
used to initialize and execute this job.
::com::sun::star::util::XCloseable
[ OPTIONAL ]
Description
should be supported to handle environment termination gracefully.

 
Top of Page