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

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

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

Inner class for reporting to the Container admin the load, i.e. the number of cMsg requests to this agent.


Field Summary
 boolean isRunning
           
 
Constructor Summary
ReportLoad(AAParent owner)
          Constructor
 
Method Summary
 void incrementRequests()
           
 void resetRequests()
           
 void run()
           
 void setCMsgRequests(int cMsgRequests)
           
 
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

ReportLoad

public ReportLoad(AAParent owner)
Constructor

Method Detail

setCMsgRequests

public void setCMsgRequests(int cMsgRequests)

resetRequests

public void resetRequests()

incrementRequests

public void incrementRequests()

run

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