Java java.lang.management MonitorInfo fields, constructors, methods, implement or subclass

Example usage for Java java.lang.management MonitorInfo fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.lang.management MonitorInfo.

The text is from its open source code.

Method

StringgetClassName()
Returns the fully qualified name of the class of the lock object.
intgetIdentityHashCode()
Returns the identity hash code of the lock object returned from the System#identityHashCode method.
intgetLockedStackDepth()
Returns the depth in the stack trace where the object monitor was locked.
StackTraceElementgetLockedStackFrame()
Returns the stack frame that locked the object monitor.