org.vrspace.server.command
Class remove

java.lang.Object
  extended byorg.vrspace.server.command.remove
All Implemented Interfaces:
Command

public class remove
extends java.lang.Object
implements Command

Request format: remove className id
If className is 'Transform', removes transform's children too.


Constructor Summary
remove()
           
 
Method Summary
 void exec(Request req)
          Request format: remove className id
If className is 'Transform', removes transform's children too.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

remove

public remove()
Method Detail

exec

public void exec(Request req)
          throws java.lang.Exception
Request format: remove className id
If className is 'Transform', removes transform's children too.

Specified by:
exec in interface Command
Throws:
java.lang.Exception