- Description
- executes the job asynchronously
- Parameter Arguments
-
are arguments for executing the job. Their semantics is completely implementation dependent. Usually,
a concrete implementation of a job specifies in its service descriptions which parameters are allowed
(or expected). This values are persistent by the configuration of the JobExecutor
which use this asynchronous job. It's possible to write it back by called listener
function XJobListener::jobFinished() which must be the executor himself.
- Parameter Listener
-
specifies a listener which should be notified on events. May be NULL .
If it's not NULL it must be the JobExecutor which force this action.
- Throws
- com::sun::star::lang::IllegalArgumentException
if some of given arguments doesn't fill out the service specification or
was corrupt so the service couldn't work correctly
|