:: 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 Jobs or AsyncJobs must be registered for that.

See also
Job, AsyncJob
Developers Guide
WritingUNO - Jobs - Jobs

Exported Interfaces - Summary
XJobExecutor

start and regulate execution.

Exported Interfaces - Details
XJobExecutor
Description
start and regulate execution.

 
Top of Page