java.lang.management.MonitorInfo| Constructor Summary | ||
| MonitorInfo(String className, int identityHashCode, int stackDepth, StackTraceElement stackFrame) Construct a MonitorInfo object. |
| Method Summary | ||
static MonitorInfo |
from(javax.management.openmbean.CompositeData cd) Returns a MonitorInfo object represented by the
given CompositeData. |
|
int |
getLockedStackDepth() Returns the depth in the stack trace where the object monitor
was locked. |
|
| getLockedStackFrame() Returns the stack frame that locked the object monitor. |
||
| Methods inherited from class java.lang.management.LockInfo |
| getClassName, getIdentityHashCode, toString |
| Methods inherited from class java.lang.Object |
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Attribute Name Type lockedStackFrame CompositeData as specified in the stackTrace attribute defined in the ThreadInfo.from method. lockedStackDepth java.lang.Integer