org.jlab.coda.afecs.system.thread
Class ReportStatus

java.lang.Object
  extended by org.jlab.coda.afecs.system.thread.ReportStatus
All Implemented Interfaces:
java.lang.Runnable

public class ReportStatus
extends java.lang.Object
implements java.lang.Runnable

JSA: Thomas Jefferson National Accelerator Facility
This software was developed under a United States Government license,
described in the NOTICE file included as part of this distribution.
Copyright (c), May 3, 2011


Field Summary
 boolean isRunning
           
 
Constructor Summary
ReportStatus(AAParent owner, boolean isPeriodic)
          Constructor
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

isRunning

public boolean isRunning
Constructor Detail

ReportStatus

public ReportStatus(AAParent owner,
                    boolean isPeriodic)
Constructor

Method Detail

run

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