org.netbeans.api.debugger.jpda/2 2.31.1

Uses of Interface
org.netbeans.api.debugger.jpda.MonitorInfo

Packages that use MonitorInfo
org.netbeans.api.debugger.jpda JPDA Debugger APIs provide representation of JDI functionality. 
 

Uses of MonitorInfo in org.netbeans.api.debugger.jpda
 

Methods in org.netbeans.api.debugger.jpda that return MonitorInfo
 MonitorInfo JPDAThread.getContendedMonitorAndOwner()
          Returns monitor this thread is waiting on, with the information about the owner of the monitor.
 

Methods in org.netbeans.api.debugger.jpda that return types with arguments of type MonitorInfo
 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.
 


org.netbeans.api.debugger.jpda/2 2.31.1

Built on December 5 2011.  |  Portions Copyright 1997-2011 Sun Microsystems, Inc. All rights reserved.