org.vrspace.server.command
Class view

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

public class view
extends java.lang.Object
implements Command

Request format: view className id


Constructor Summary
view()
           
 
Method Summary
 void exec(Request req)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

view

public view()
Method Detail

exec

public void exec(Request req)
          throws java.lang.Exception
Specified by:
exec in interface Command
Throws:
java.lang.Exception