|
org.netbeans.api.debugger.jpda/2 2.31.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MonitorInfo
Represents one owned monitor.
Since JDI interfaces evolve from one version to another, it's strongly recommended not to implement this interface in client code. New methods can be added to this interface at any time to keep up with the JDI functionality.
Method Summary | |
---|---|
CallStackFrame |
getFrame()
Returns the frame at which this monitor was acquired by the owning thread. |
ObjectVariable |
getMonitor()
Returns the acquired monitor object |
JPDAThread |
getThread()
Get the owning thread. |
Method Detail |
---|
ObjectVariable getMonitor()
CallStackFrame getFrame()
null
when the implementation cannot
determine the stack frame (e.g., for monitors acquired by JNI).JPDAThread getThread()
|
org.netbeans.api.debugger.jpda/2 2.31.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |