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

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

Introduction

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

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.
StringtoString()
Returns a string representation of a lock.