Return the method that is the result of the lookup.
printOn: aStream
Print a representation of the receiver on aStream
send
Send the message
value
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.64.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.64.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 February, 22 2012
using texi2html