interface XCurrentContext in module com::sun::star::uno:: |
interface XCurrentContext : com::sun::star::uno::XInterface ;
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.
Method 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! |
Method Details |
||
|
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.