com :: sun :: star :: uno :: interface XCurrentContext
- Base Interface
- com::sun::star::uno::XInterface
- Description
- Task local execution context for UNO.
Arbitrary values can be retrieved from the context.
Use UNO runtime functions to obtain the current context in your language.
Methods' Summary
|
getValueByName |
Gets a value from the context.
You should carefully use the obtained value, because the current context
(value container) lives only for the running task (i.e., often the
executing thread) only!
|
Methods' Details
|
- getValueByName
-  
- any
getValueByName(
-
- Description
- Gets a value from the context.
You should carefully use the obtained value, because the current context
(value container) lives only for the running task (i.e., often the
executing thread) only!
- Parameter Name
-
name of value
- Returns
-
value
|
Top of Page
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.