Next: , Previous: Programs, Up: Top



2 Administration Commands

— Command: reload all [classes]

Re-reads all of the .class files and runs upgrade on every object in the MOZ except the Storage object. So, basically, refreshes all of the running MOZ's code. Used after upgrades and such.

— Command: bless type object

Used to bless an object with special capabilities, generally on the Storage object.

Possible Types

Gate
Gives a Gate the ability to take tickets from URLs and use them.
Terminus
Gives a Terminus the ability to write a pickle file for itself. Note that to be useful, the pickle file will have to be web-accessible in some fashion.