com.botbox.util
Class PoolThread

java.lang.Object
  extended by java.lang.Thread
      extended by com.botbox.util.PoolThread
All Implemented Interfaces:
JobStatus, java.lang.Runnable

public final class PoolThread
extends java.lang.Thread
implements JobStatus

Version:
$Revision: 3765 $, $Date: 2008-02-24 11:03:02 -0600 (Sun, 24 Feb 2008) $
Author:
Joakim Eriksson (joakim.eriksson@botbox.com), Niclas Finne (niclas.finne@botbox.com), Sverker Janson (sverker.janson@botbox.com)

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
 
Method Summary
 java.lang.String getDescription()
           
 void run()
           
 void setDescription(java.lang.String description)
           
 void stillAlive()
           
 
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
 

Method Detail

getDescription

public java.lang.String getDescription()
Specified by:
getDescription in interface JobStatus

setDescription

public void setDescription(java.lang.String description)
Specified by:
setDescription in interface JobStatus

stillAlive

public void stillAlive()
Specified by:
stillAlive in interface JobStatus

run

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


Copyright © 2007-2009 Association for Trading Agent Research. All Rights Reserved.