|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Field Summary | |
static ATSymbol |
_IN_
|
static ATSymbol |
_OUT_
|
static ATSymbol |
_PROVIDED_
|
static ATSymbol |
_REQUIRED_
|
Method Summary | |
ATAsyncMessage |
base_createMessage(ATObject sender,
ATSymbol selector,
ATTable arguments)
Creates a first-class message in the language. |
ATObject |
base_install_(ATClosure code)
def protocol := install: { code } Installs a meta-object protocol into this actor. |
ATObject |
base_provide(ATStripe topic,
ATObject service)
This mechanism is the most basic mechanism to provide a service. |
ATObject |
base_require(ATStripe topic,
ATClosure handler,
ATBoolean bool)
This mechanism is the most basic mechanism to require a service. |
ATObject |
base_send(ATAsyncMessage message)
This method implements the default asynchronous message sending semantics for this particular actor. |
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 |
Field Detail |
public static final ATSymbol _IN_
public static final ATSymbol _OUT_
public static final ATSymbol _REQUIRED_
public static final ATSymbol _PROVIDED_
Method Detail |
public ATAsyncMessage base_createMessage(ATObject sender, ATSymbol selector, ATTable arguments) throws InterpreterException
InterpreterException
public ATObject base_send(ATAsyncMessage message) throws InterpreterException
InterpreterException
public ATObject base_provide(ATStripe topic, ATObject service) throws InterpreterException
InterpreterException
public ATObject base_require(ATStripe topic, ATClosure handler, ATBoolean bool) throws InterpreterException
bool
- - if true, the subscription is permanent, if false, once the subscription
has been satisfied, it is automatically cancelled.
InterpreterException
public ATObject base_install_(ATClosure code) throws InterpreterException
code
- meta-level code that overrides an actor's MOP methods
InterpreterException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |