com.isti.trinetwatch.controlAgentSim
Class CtaSimRequestManager

java.lang.Object
  extended by com.isti.trinetwatch.controlAgentSim.CtaSimRequestManager
All Implemented Interfaces:
java.lang.Runnable

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

Class CtaSimRequestManager manages the changing of the usage level for a given station.


Constructor Summary
CtaSimRequestManager(java.lang.String stationName, java.lang.String msgManId, int uLevel, ControlAgentSim ctaObj)
          Create an instance of CtaSimRequestManager.
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CtaSimRequestManager

public CtaSimRequestManager(java.lang.String stationName,
                            java.lang.String msgManId,
                            int uLevel,
                            ControlAgentSim ctaObj)
Create an instance of CtaSimRequestManager.

Parameters:
stationName - the name of the station being controled
msgManId - A string containing the id of the NSI message manager
uLevel - the new usage level
ctaObj - the ControlAgentSim object
Method Detail

run

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