org.jikesrvm.scheduler
Class Lock.AppRunStartMonitor

java.lang.Object
  extended by org.jikesrvm.scheduler.Lock.AppRunStartMonitor
All Implemented Interfaces:
Callbacks.AppRunStartMonitor
Enclosing class:
Lock

private static final class Lock.AppRunStartMonitor
extends Object
implements Callbacks.AppRunStartMonitor

Initialize counts in preparation for gathering statistics


Constructor Summary
private Lock.AppRunStartMonitor()
           
 
Method Summary
 void notifyAppRunStart(String app, int value)
          Notify the monitor that the application has started a run
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Lock.AppRunStartMonitor

private Lock.AppRunStartMonitor()
Method Detail

notifyAppRunStart

public void notifyAppRunStart(String app,
                              int value)
Description copied from interface: Callbacks.AppRunStartMonitor
Notify the monitor that the application has started a run

Specified by:
notifyAppRunStart in interface Callbacks.AppRunStartMonitor
Parameters:
app - application name
value - run number