public class MonitorInfo extends LockInfo
CompositeData
with attributes as specified in
the from
method.Constructor and Description |
---|
MonitorInfo(String className,
int identityHashCode,
int stackDepth,
StackTraceElement stackFrame)
Construct a MonitorInfo object.
|
Modifier and Type | Method and Description |
---|---|
static MonitorInfo |
from(CompositeData cd)
Returns a MonitorInfo object represented by the
given CompositeData.
|
int |
getLockedStackDepth()
Returns the depth in the stack trace where the object monitor
was locked.
|
StackTraceElement |
getLockedStackFrame()
Returns the stack frame that locked the object monitor.
|
getClassName, getIdentityHashCode, toString
public MonitorInfo(String className, int identityHashCode, int stackDepth, StackTraceElement stackFrame)
IllegalArgumentException
- if
stackDepth ≥ 0 but stackFrame is null,
or stackDepth < 0 but stackFrame is not
null.className
- the fully qualified name of the class of the lock object.identityHashCode
- the identity hash code
of the lock object.stackDepth
- the depth in the stack trace where the object monitor
was locked.stackFrame
- the stack frame that locked the object monitor.public int getLockedStackDepth()
ThreadInfo.getStackTrace()
method.public StackTraceElement getLockedStackFrame()
public static MonitorInfo from(CompositeData cd)
LockInfo
class:
Attribute Name Type lockedStackFrame CompositeData as specified in the stackTrace attribute defined in the ThreadInfo.from
method.lockedStackDepth java.lang.Integer
IllegalArgumentException
- if cd does not
represent a MonitorInfo with the attributes described
above.cd
- CompositeData representing a MonitorInfoaicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2019 aicas GmbH. All Rights Reserved.