org.vrspace.server.command
Class jxta

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

public class jxta
extends java.lang.Object
implements Command

Executes a jxta shell command and retreives result to the client. Not implemented yet.


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

Field Detail

loader

public static java.lang.ClassLoader loader
Constructor Detail

jxta

public jxta()
Method Detail

exec

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