Package org.vrspace.server.command.Administrator

Class Summary
chClass This command changes class of an object.
load Loads url content into current database
logout Syntax: logout clientClassName clientName
setAll Syntax: setAll className destField srcField
For all members of className, sets field destField to value of srcField.
If fields are not of the same class, destField must have constructor which takes class of srcField as a parameter.
Intended for migration.
shutdown