org.productivity.java.habitat4j.junit.threads
Class Habitat4JReloadThread

java.lang.Object
  extended by java.lang.Thread
      extended by org.productivity.java.habitat4j.junit.threads.Habitat4JReloadThread
All Implemented Interfaces:
java.lang.Runnable

public class Habitat4JReloadThread
extends java.lang.Thread

This class extends Thread for use by ApplicationEonProduction1TestCase.

## LICENSE INFORMATION ##

This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA

Version:
$Id: Habitat4JReloadThread.html,v 1.2 2008/11/24 15:15:26 cvs Exp $
Author:
Justin Yunke <habitat4j@productivity.org>

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
Habitat4JReloadThread()
          Constructor.
 
Method Summary
 void run()
           
 void start(int number, java.lang.String propertyFile)
           
 void stopRunning()
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Habitat4JReloadThread

public Habitat4JReloadThread()
Constructor.

Method Detail

start

public void start(int number,
                  java.lang.String propertyFile)

stopRunning

public void stopRunning()

run

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