modelling.fiti.helpers
Class StatusHelper

java.lang.Object
  extended by java.lang.Thread
      extended by modelling.fiti.helpers.StatusHelper
All Implemented Interfaces:
java.lang.Runnable

public class StatusHelper
extends java.lang.Thread

Class implementing a tool for monitoring the memory usage. This class implements a window showing time, memory usage, and maximum memory usage.

Author:
Kjell-Inge Skogstad and Trond Řivind Eriksen

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
StatusHelper()
          Constructor creating a new instance of this class.
 
Method Summary
 void finish()
          Method for signalling that the the monitoring is finished.
 void run()
          Run method, updating the values.
 
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

StatusHelper

public StatusHelper()
Constructor creating a new instance of this class.

Method Detail

finish

public void finish()
Method for signalling that the the monitoring is finished.


run

public void run()
Run method, updating the values.

Specified by:
run in interface java.lang.Runnable
Overrides:
run in class java.lang.Thread