edu.vub.at.actors.net
Class Network

at.actors.net.OBJNetwork

 class Network

This class represents the singleton network object which provides methods to interface with AT/2's distribution layer.

Author:
tvcutsem
See Also:
Serialized Form

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

online

public 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.


offline

public Nil offline()
def offline() { make the interpreter go offline; return nil } Invoking this method causes remote references to become disconnected.