|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Thread | +--Monitor.Omr.Notifier
Notifies the event evaluator whenever there is a change in the operation range of the parameter being monitored.
Fields inherited from class java.lang.Thread |
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
Constructor Summary | |
Notifier(MonitoredEntities.Entity me,
MonitoredEntities.Parameter par,
EventEvaluator.Resource.ResourceManager rm)
Receives references for the parameter and entity being monitored as well as for the resource event evaluator that must be notified when changes occur. |
Method Summary | |
void |
notify(int range)
Notifies the resource event evaluator when changes occur. |
Methods inherited from class java.lang.Thread |
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, run, 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 |
Constructor Detail |
public Notifier(MonitoredEntities.Entity me, MonitoredEntities.Parameter par, EventEvaluator.Resource.ResourceManager rm)
me
- the monitored entitypar
- the parameter being monitoredrm
- the event evaluator that must be notifiedMethod Detail |
public void notify(int range)
CurrentRange
object.range
- the new operation range for the parameter being monitored
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |