java.lang.Object
org.vrspace.server.command.Administrator.chClass
- All Implemented Interfaces:
- org.vrspace.server.Command
- public class chClass
- extends java.lang.Object
- implements org.vrspace.server.Command
This command changes class of an object. It actually removes the object,
creates new object, and stores it to the database.
Also updates Transform if object implements HasTransform, takes care of
AuthInfo too.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
chClass
public chClass()
exec
public void exec(org.vrspace.server.Request r)
throws java.lang.Exception
- Syntax: chClass className id newClass
- Specified by:
exec in interface org.vrspace.server.Command