RSE
Release 1.0

org.eclipse.rse.dstore.universal.miners.command
Class ProcessTracker

java.lang.Object
  extended byjava.lang.Thread
      extended byorg.eclipse.dstore.core.model.Handler
          extended byorg.eclipse.rse.dstore.universal.miners.command.ProcessTracker
All Implemented Interfaces:
Runnable

public class ProcessTracker
extends org.eclipse.dstore.core.model.Handler


Field Summary
 
Fields inherited from class org.eclipse.dstore.core.model.Handler
_dataStore, _keepRunning, _waitIncrement
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
ProcessTracker()
           
 
Method Summary
 void doUpdate()
           
 void endTrackerProcess()
           
 void finish()
           
 org.eclipse.rse.dstore.universal.miners.command.ProcessTracker.ProcessDescriptor getNewestProcess()
           
 void handle()
           
 void killCommand(String cmd)
           
 void killLastest()
           
 void waitForInput()
           
 
Methods inherited from class org.eclipse.dstore.core.model.Handler
getWaitTime, isFinished, notifyInput, run, setDataStore, setWaitTime
 
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

ProcessTracker

public ProcessTracker()
Method Detail

finish

public void finish()

endTrackerProcess

public void endTrackerProcess()

getNewestProcess

public org.eclipse.rse.dstore.universal.miners.command.ProcessTracker.ProcessDescriptor getNewestProcess()

killCommand

public void killCommand(String cmd)

killLastest

public void killLastest()

handle

public void handle()

doUpdate

public void doUpdate()

waitForInput

public void waitForInput()

RSE
Release 1.0

Copyright (c) IBM Corporation and others 2000, 2006. All Rights Reserved.