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

service Job
Description
represent a synchronous job, which can be executed by the global JobExecutor instance.
Since
OpenOffice 1.1.2
See also
AsyncJob
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
Usage Restrictions
optional
Description
should be supported to handle environment termination gracefully.

 
Top of Page