net.rmi.rjs.pk.LusCs
Class CheckForDeathJobProperties

java.lang.Object
  extended by gui.run.RunJob
      extended by net.rmi.rjs.pk.LusCs.CheckForDeathJobProperties
All Implemented Interfaces:
java.lang.Runnable

public class CheckForDeathJobProperties
extends RunJob

Copyright DocJava, inc. User: lyon

Date: Aug 8, 2005

Time: 9:24:55 AM


Field Summary
static java.io.File propFile
           
 
Fields inherited from class gui.run.RunJob
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
CheckForDeathJobProperties()
           
 
Method Summary
 void killMe()
           
static void main(java.lang.String[] args)
           
 void run()
           
 void startRunCheckThread()
           
 
Methods inherited from class gui.run.RunJob
getName, getNumberOfTimesRun, getPriority, isAlive, isDaemon, setName, setPriority, start, stop, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

propFile

public static final java.io.File propFile
Constructor Detail

CheckForDeathJobProperties

public CheckForDeathJobProperties()
Method Detail

main

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

killMe

public void killMe()

startRunCheckThread

public void startRunCheckThread()

run

public void run()