Example usage for Java java.lang.management LockInfo 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. |
String | toString() Returns a string representation of a lock. |