Language
The Free and Open Productivity Suite
:: com :: sun :: star :: uno ::
|
interface XCurrentContext |
|
- Description
- Task (e.g. thread) local execution context for UNO.
Arbitrary values can be retrieved from the context.
You have to use UNO runtime functions to obtain the current context
in your target language.
@attention
In general, do not spread the current context across different tasks.
Values of the current context are destined for that task only.
|
Methods' Details |
getValueByName
any |
getValueByName( |
[in] string |
Name ); |
- Description
- Gets a value from the context.
- Parameter Name
- name of value
- Returns
- value
|
|
Top of Page
Copyright © 2013, 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.