com.judoscript.util
Class RemoteExecClient

java.lang.Object
  extended by com.judoscript.util.RemoteExecClient

public class RemoteExecClient
extends java.lang.Object

This class runs a command on a remote execute server.
All the system properties are put into the initial context for locating the server.
The first parameter is the remote command, optionally followed by more parameters.


Field Summary
static java.lang.String helpMsg
           
 
Constructor Summary
RemoteExecClient()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

helpMsg

public static java.lang.String helpMsg
Constructor Detail

RemoteExecClient

public RemoteExecClient()
Method Detail

main

public static void main(java.lang.String[] args)