org.globus.cog.gridface.impl.gcm
Class CommandRunner

java.lang.Object
  extended byjava.lang.Thread
      extended byorg.globus.cog.gridface.impl.gcm.CommandRunner
All Implemented Interfaces:
Runnable

public class CommandRunner
extends Thread

Handles command submission of GCM in a separate thread for background jobs


Field Summary
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
CommandRunner(ExecutableObject executable, GridCommandManagerImpl gcm)
          constructor accepts executable object and gcm
 
Method Summary
 void run()
          run gcm submission in a separate thread
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, start, stop, stop, suspend, toString, yield
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CommandRunner

public CommandRunner(ExecutableObject executable,
                     GridCommandManagerImpl gcm)
constructor accepts executable object and gcm

Method Detail

run

public void run()
run gcm submission in a separate thread