API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.lang.management. LockInfo View Source
Author(s)
Mandy Chung
Since
1.6
Version
1.6, 02/27/06
Serial
Hierarchy
 Object
      LockInfo
Implements
Subclasses
Description
public class LockInfo
  Information about a lock.
Constructors
pack-private LockInfo (Object lock)
package-private constructors
@ConstructorProperties (value={"className", "identityHashCode"})
public LockInfo (String className, int identityHashCode)
  Constructs a LockInfo object.
Methods
Hide/Show inherited methods
public String getClassName ()
  Returns the fully qualified name of the class of the lock object.
public int getIdentityHashCode ()
  Returns the identity hash code of the lock object returned from the System.identityHashCode(java.lang.Object) method.
public String toString ()
  Returns a string representation of a lock.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar