This method is a mutator function that sets the thread of a reactive object. It is an alternate way to set the thread instead of providing it in the reactive object's constructor.
This method is called by OMReactive, the constructor for a reactive object.
Public
virtual void setThread (OMThread *t,
OMBoolean OMReactive class = FALSE);
t
Specifies the thread to be set
active
Signals the reactive instance that it is also active (the user object also inherits from OMThread)