| Package | Description |
|---|---|
| org.netbeans.api.debugger.jpda |
JPDA Debugger APIs provide representation of JDI functionality.
|
| Modifier and Type | Method and Description |
|---|---|
MonitorInfo |
JPDAThread.getContendedMonitorAndOwner()
Returns monitor this thread is waiting on, with the information
about the owner of the monitor.
|
| Modifier and Type | Method and Description |
|---|---|
List<MonitorInfo> |
CallStackFrame.getOwnedMonitors()
Get the list of monitors aquired in this frame
|
List<MonitorInfo> |
JPDAThread.getOwnedMonitorsAndFrames()
Get the list of monitors with stack frame info owned by this thread.
|
Built on June 18 2013. | Portions Copyright 1997-2013 Oracle. All rights reserved.