Example usage for Java java.lang.management MonitorInfo fields, constructors, methods, implement or subclass
The text is from its open source code.
String | getClassName() Returns the fully qualified name of the class of the lock object. |
int | getIdentityHashCode() Returns the identity hash code of the lock object returned from the System#identityHashCode method. |
int | getLockedStackDepth() Returns the depth in the stack trace where the object monitor was locked. |
StackTraceElement | getLockedStackFrame() Returns the stack frame that locked the object monitor. |