org.vrspace.server.command
Class my

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

public class my
extends java.lang.Object
implements Command

Passes the arguments to current client. I.e. my url /avatars/Joe.wrl == User 1 url /avatars/Joe.wrl


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

Constructor Detail

my

public my()
Method Detail

exec

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