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 4 2024. | Copyright © 2017-2024 Apache Software Foundation. All Rights Reserved.