This method determines whether
the method was invoked from the same operating system thread as the
one on which the object is running.
Signaturevirtual OMBoolean exeOnMyThread();
ReturnsThe
method returns one of the following Boolean values:
- TRUE - method was invoked
from the same operating system thread as the one on which the object
is running.
- FALSE - The threads
are not the same.