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

Quick Search    Search Deep

org.vrspace.server.command
Class remove  view remove download remove.java

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

public class remove
extends java.lang.Object
implements org.vrspace.server.Command

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


Constructor Summary
remove()
           
 
Method Summary
 void exec(org.vrspace.server.Request r)
          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(org.vrspace.server.Request r)
          throws java.lang.Exception
Request format: remove className id
If className is 'Transform', removes transform's children too.

Specified by:
exec in interface org.vrspace.server.Command