java.lang.management
public class LockInfo extends Object
Since: 1.6
| Method Summary | |
|---|---|
| String | getClassName()
Returns the class name of the lock object.
|
| int | getIdentityHashCode()
Returns the identity hash code of the lock object.
|
| String | toString()
Returns a textual representation of the lock,
constructed by concatenating the class name,
'@' and the identity hash code
in unsigned hexadecimal form.
|
Returns: the class name of the lock object.
Returns: the identity hash code of the lock object.
'@' and the identity hash code
in unsigned hexadecimal form.
Returns: a textual representation of the lock.