|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
at.actors.net.OBJNetwork
class Network
This class represents the singleton network object which provides methods to interface with AT/2's distribution layer.
Method Summary | |
---|---|
Nil |
offline()
def offline() { make the interpreter go offline; return nil } Invoking this method causes remote references to become disconnected. |
Nil |
online()
def online() { make the interpreter go online; return nil } After invoking this method, publications and subscriptions can interact with those of remote VMs. |
Methods inherited from class edu.vub.at.objects.natives.NativeATObject |
---|
==, freeVariables, super |
Methods inherited from interface edu.vub.at.objects.AbstractGrammar |
---|
freeVariables |
Methods inherited from interface edu.vub.at.objects.Object |
---|
super |
Method Detail |
---|
public Nil online()
public Nil offline()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |