|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.bluemarsh.jswat.DefaultManager | +--com.bluemarsh.jswat.MonitorManager
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.
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 |
public MonitorManager()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |