Send the message (this message provides interoperability
between DirectedMessages and blocks)
value: anObject
Send the message with the sole argument anObject (this message
provides interoperability between DirectedMessages and blocks)
value: obj1 value: obj2
Send the message with the arguments obj1 and obj2 (this message
provides interoperability between DirectedMessages and blocks)
valueWithArguments: anArray
Send the message with the arguments replaced by anArray (this
message provides interoperability between DirectedMessages and blocks)
1.63.4 DirectedMessage: multiple process
fork
Create a new process executing the receiver and start it
forkAt: priority
Create a new process executing the receiver with given priority
and start it
newProcess
Create a new process executing the receiver in suspended state.
The priority is the same as for the calling process. The receiver
must not contain returns
1.63.5 DirectedMessage: saving and loading
reconstructOriginalObject
This method is used when DirectedMessages are used together
with PluggableProxies (see ObjectDumper). It sends the receiver
to reconstruct the object that was originally stored.
This document was generated
on August, 19 2010
using texi2html