cgl.hpsearch.shell
Class ShellWS.ScriptRunner
java.lang.Object
cgl.hpsearch.shell.ShellWS.ScriptRunner
- All Implemented Interfaces:
- Runnable
- Enclosing class:
- ShellWS
- public class ShellWS.ScriptRunner
- extends Object
- implements Runnable
A thread for executing scripts
Created on Mar 25, 2005
- Author:
- Harshawardhan Gadgil (hgadgil@grids.ucs.indiana.edu)
|
Method Summary |
void |
run()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ShellWS.ScriptRunner
public ShellWS.ScriptRunner(String _uri,
String _args,
String _uuid)
run
public void run()
- Specified by:
run in interface Runnable