fedora.client
Class BatchThread

java.lang.Object
  extended by java.lang.Thread
      extended by fedora.client.BatchThread
All Implemented Interfaces:
java.lang.Runnable

public class BatchThread
extends java.lang.Thread

Title: BatchThread.java

Description:

Version:
$Id: BatchThread.java 3879 2005-04-13 19:16:38Z rlw $
Author:
wdn5e@virginia.edu

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
BatchThread(BatchOutput batchOutput, javax.swing.JTextArea jTextArea, java.lang.String leadText)
           
 
Method Summary
 void run()
           
 void setProperties(java.util.Properties properties)
           
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, clone, 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, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BatchThread

public BatchThread(BatchOutput batchOutput,
                   javax.swing.JTextArea jTextArea,
                   java.lang.String leadText)
            throws java.lang.Exception
Throws:
java.lang.Exception
Method Detail

setProperties

public void setProperties(java.util.Properties properties)

run

public void run()
Specified by:
run in interface java.lang.Runnable
Overrides:
run in class java.lang.Thread