|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Instances of the class ATAsyncMessage represent first-class asynchronous message sends. They encapsulate a receiver object, a selector symbol and a table of arguments. Additionally, a message -- being a first-class object, may be extended with extra fields and behaviour (attachments).
Method Summary | |
ATObject |
base_getReceiver()
Messages also have an explicitly named receiver, which may either be a local object, or a representative of an object inside another actor. |
ATObject |
base_getSender()
Signifies the object on behalf of which this asynchronous message is sent. |
ATObject |
base_process(ATActorMirror inActor)
This method is responsible for processing the message in a certain actor. |
Methods inherited from interface edu.vub.at.objects.ATMessage |
base_getArguments, base_getSelector, base_sendTo, base_setArguments |
Methods inherited from interface edu.vub.at.objects.ATObject |
base__opeql__opeql_, base_init, base_new, meta_addField, meta_addMethod, meta_assignField, meta_assignVariable, meta_clone, meta_defineField, meta_doesNotUnderstand, meta_eval, meta_extend, meta_getDynamicParent, meta_getLexicalParent, meta_getStripes, meta_grabField, meta_grabMethod, meta_invoke, meta_isCloneOf, meta_isRelatedTo, meta_isStripedWith, meta_listFields, meta_listMethods, meta_lookup, meta_newInstance, meta_pass, meta_print, meta_quote, meta_receive, meta_resolve, meta_respondsTo, meta_select, meta_send, meta_share |
Method Detail |
public ATObject base_getSender() throws InterpreterException
InterpreterException
public ATObject base_getReceiver() throws InterpreterException
InterpreterException
public ATObject base_process(ATActorMirror inActor) throws InterpreterException
InterpreterException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |