Methods' Summary |
execute |
executes the job synchronously
|
Methods' Details |
execute
- Description
- executes the job synchronously
- 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 theJobExecutor
which use this synchronous job. It's possible to write it back by use special protocol
in return value.
- Returns
- the result of the job. The concrete semantics is service-dependent.
But it should be possible to
- deregister the job
- let him registered although execution was successful(!)
- make some job specific data persistent inside the job configuration which
is provided by the executor.
- 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
- Throws
- com::sun::star::uno::Exception
to notify the executor about failed operation; otherwise the return value
indicates a successful finishing.
|
|
Top of Page
Copyright © 2020, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.