SelfManagedCell

Based on net.ponder2.DomainP2Adaptor

The top level root domain of the whole system. Contains main() to start the whole thing off

Factory Messages

create

Operational Messages

import: aName from: aLocation

Answers the remote managed object which has aName belonging to an SMC at aLocation..

load: anObject

Imports the code necessary for creating an instance of anObject. Answers the factory for creating instances of anObject.

print: aString

Answers aString. Displays aString on the console.

trace: aBoolean

Answers aBoolean. Set system tracing on or off.

execute: aBlock

Executes aBlock with no arguments. Answers with the answer from aBlock. Used to force execution of a block within a particular SMC.