Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.vrspace.server.command.Administrator
Class chClass  view chClass download chClass.java

java.lang.Object
  extended byorg.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.


Constructor Summary
chClass()
           
 
Method Summary
 void exec(org.vrspace.server.Request r)
          Syntax: chClass className id newClass
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

chClass

public chClass()
Method Detail

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