com.altair.hwm.comm.loadsubmission.jobservices
Class HWMLaunchProcess

java.lang.Object
  extended by java.lang.Thread
      extended by com.altair.hwm.comm.loadsubmission.jobservices.HWMLaunchProcess
All Implemented Interfaces:
java.lang.Runnable

public class HWMLaunchProcess
extends java.lang.Thread

Title: To Launch process from Java

Description:

Copyright: Copyright (c) 2003

Company: Altair Engineering Inc

Version:
1.0
Author:
Ajay Choudhary

Nested Class Summary
 
Nested classes/interfaces inherited from class java.lang.Thread
java.lang.Thread.State, java.lang.Thread.UncaughtExceptionHandler
 
Field Summary
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
HWMLaunchProcess(java.lang.String strCmd, javax.swing.JTextArea txtArea, IHWMJob job)
          HWMLaunchProcess - constructor
 
Method Summary
 void run()
          run - execution loop
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HWMLaunchProcess

public HWMLaunchProcess(java.lang.String strCmd,
                        javax.swing.JTextArea txtArea,
                        IHWMJob job)
HWMLaunchProcess - constructor

Parameters:
strCmd - - command to be executed
txtArea - - text area to display
job - - job that is associated with this command
Method Detail

run

public void run()
run - execution loop

Specified by:
run in interface java.lang.Runnable
Overrides:
run in class java.lang.Thread