com.bluemarsh.jswat
Class MonitorManager

java.lang.Object
  |
  +--com.bluemarsh.jswat.DefaultManager
        |
        +--com.bluemarsh.jswat.MonitorManager
All Implemented Interfaces:
Manager, SessionListener

public class MonitorManager
extends DefaultManager

Class MonitorManager is responsible for managing monitors. Monitors are executable objects that can be associated with breakpoints. Each time the debuggee VM halts execution, the monitors will be executed. If a monitor is associated with a specific breakpoint, it is executed only if that breakpoint caused execution to halt.

Author:
Nathan Fiedler

Fields inherited from class com.bluemarsh.jswat.DefaultManager
swat
 
Constructor Summary
MonitorManager()
           
 
Methods inherited from class com.bluemarsh.jswat.DefaultManager
activate, close, deactivate, init
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MonitorManager

public MonitorManager()