Hi André,

A. Klitzing wrote:
Hello Ocke,

it was too late yesterday...
doesn't matter :-) getTableTypes was a good example at all.
I mixed getTables and getTableTypes a little bit. I have correct
tablenames in oobase now. ;-)
That's good.
When should I use a Mutex in my functions?
This question is discussed very often. :-) The best way is to use it in every* method which is public available. In most cases these are only the methods inherited from any XInterface. * You don't have to use it when you only have a return statement like "return xParent;" or "return 42;"
When can it happen that two
threads use "getTables()" or something like this?
Inside office this isn't possible at the moment but when someone connects to the office, she can start as much threads as the system allows :-)

Thanks,
André Klitzing

-- OJ

--
Ocke Janssen                      Tel: +49 40 23646 661, x66661
Dipl. Inf(FH)                     Fax: +49 40 23646 550
Sun Microsystems Inc.
Nagelsweg 55                     mailto:[EMAIL PROTECTED]
D-20097 Hamburg                   http://www.sun.com/staroffice

Example isn't another way to teach, it is the only way to teach. Albert Einstein

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to