JRubik v0.6

es.aeat.eett.plugins.infoRubik.reports
Class ThreadGenera

java.lang.Object
  extended byjava.lang.Thread
      extended byes.aeat.eett.plugins.infoRubik.reports.ThreadGenera
All Implemented Interfaces:
java.lang.Runnable

class ThreadGenera
extends java.lang.Thread


Field Summary
private static java.lang.String ERROR
           
private static java.lang.String GENERATE
           
private static java.lang.String LAPSEDTIME
           
private static java.util.ResourceBundle localizationResources
           
private static org.apache.log4j.Logger logger
           
private  ReportMutableTreeNode nParent
           
private  Plugin plugin
           
private  Report report
           
private  java.lang.Runtime runtime
           
private  java.awt.Component showInfo
           
private  long tini
           
private static java.lang.String TOTALMEMORY
           
private static java.lang.String USEDMEMORY
           
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
(package private) ThreadGenera(ReportMutableTreeNode node, Plugin plugin)
           
 
Method Summary
private  void genera(Plugin plugin, Report report, LeafReport leafReport)
           
private  Job getJob(org.jdom.Element eJob, Report report, Plugin plugin)
           
private  Job getJob(java.lang.String fileJobName, Report report, Plugin plugin)
           
private  java.lang.String getMemory()
           
private  java.lang.String getPathNode(javax.swing.tree.TreeNode node)
           
private  java.lang.String getTime()
           
 void run()
           
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, 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

localizationResources

private static final java.util.ResourceBundle localizationResources

GENERATE

private static final java.lang.String GENERATE

TOTALMEMORY

private static final java.lang.String TOTALMEMORY

USEDMEMORY

private static final java.lang.String USEDMEMORY

LAPSEDTIME

private static final java.lang.String LAPSEDTIME

ERROR

private static final java.lang.String ERROR

logger

private static final org.apache.log4j.Logger logger

nParent

private ReportMutableTreeNode nParent

report

private Report report

showInfo

private java.awt.Component showInfo

plugin

private Plugin plugin

tini

private long tini

runtime

private java.lang.Runtime runtime
Constructor Detail

ThreadGenera

ThreadGenera(ReportMutableTreeNode node,
             Plugin plugin)
Method Detail

run

public void run()

genera

private void genera(Plugin plugin,
                    Report report,
                    LeafReport leafReport)

getJob

private Job getJob(org.jdom.Element eJob,
                   Report report,
                   Plugin plugin)
            throws PluginException
Throws:
PluginException

getJob

private Job getJob(java.lang.String fileJobName,
                   Report report,
                   Plugin plugin)
            throws PluginException
Throws:
PluginException

getPathNode

private java.lang.String getPathNode(javax.swing.tree.TreeNode node)

getMemory

private java.lang.String getMemory()

getTime

private java.lang.String getTime()

JRubik v0.6

JRubik v0.6