API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.lang.management. MonitorInfo View Source
Author(s)
Mandy Chung
Since
1.6
Version
1.5, 05/05/06
Serial
Hierarchy
 Object
      LockInfo
          MonitorInfo
Implements
Subclasses
Description
public class MonitorInfo
  Information about an object monitor lock.
See also:   
Constructors
public MonitorInfo (String className, int identityHashCode, int stackDepth, StackTraceElement stackFrame)
  Construct a MonitorInfo object.
Methods
Hide/Show inherited methods
publicstatic MonitorInfo from (CompositeData cd)
  Returns a MonitorInfo object represented by the given CompositeData.
public String getClassName () [Inherited From LockInfo]
  Returns the fully qualified name of the class of the lock object.
public int getIdentityHashCode () [Inherited From LockInfo]
  Returns the identity hash code of the lock object returned from the System.identityHashCode(java.lang.Object) method.
public int getLockedStackDepth ()
  Returns the depth in the stack trace where the object monitor was locked.
public StackTraceElement getLockedStackFrame ()
  Returns the stack frame that locked the object monitor.
public String toString () [Inherited From LockInfo]
  Returns a string representation of a lock.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar