org.starhope.appius.physica
Class Kalendor.KalendorFutureThread

java.lang.Object
  extended by java.lang.Thread
      extended by org.starhope.appius.physica.Kalendor.KalendorFutureThread
All Implemented Interfaces:
Comparable<Thread>, Runnable
Enclosing class:
Kalendor

private static final class Kalendor.KalendorFutureThread
extends Thread
implements Comparable<Thread>

WRITEME: Document this type.

Author:
brpocock@star-hope.org

Nested Class Summary
 
Nested classes/interfaces inherited from class java.lang.Thread
Thread.State, Thread.UncaughtExceptionHandler
 
Field Summary
private  Map.Entry<Long,Runnable> activity
          WRITEME: Document this brpocock@star-hope.org
private  Long startTime
          WRITEME: Document this brpocock@star-hope.org
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
Kalendor.KalendorFutureThread(Map.Entry<Long,Runnable> newActivity, Long newStartTime)
          WRITEME: Document this constructor brpocock@star-hope.org
 
Method Summary
 int compareTo(Thread o)
           
 void run()
           
 
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
 

Field Detail

activity

private final Map.Entry<Long,Runnable> activity
WRITEME: Document this brpocock@star-hope.org


startTime

private final Long startTime
WRITEME: Document this brpocock@star-hope.org

Constructor Detail

Kalendor.KalendorFutureThread

Kalendor.KalendorFutureThread(Map.Entry<Long,Runnable> newActivity,
                              Long newStartTime)
WRITEME: Document this constructor brpocock@star-hope.org

Parameters:
newActivity - WRITEME
newStartTime - WRITEME
Method Detail

compareTo

public int compareTo(Thread o)
Specified by:
compareTo in interface Comparable<Thread>
See Also:
Comparable.compareTo(java.lang.Object)

run

public void run()
Specified by:
run in interface Runnable
Overrides:
run in class Thread
See Also:
Thread.run()