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

service JobExecutor
Description
generic job execution service

Can start registered uno services on triggered events and handle there own configuration and there lifetime. Such events are simple strings wich meaning doesn't matter for any real service implementation of this specification. But triggered events must be available inside the configuration and some Job s or AsyncJob s must be registered for that.

See also
Job, AsyncJob
Developers Guide
4.7.2 Writing UNO Components - Integrating Components into OpenOffice.org - Jobs - Overview

Exported Interfaces
XJobExecutor
Description
start and regulate execution.

 
Top of Page