Uses of Class
java.lang.management.LockInfo
Package | Description |
---|---|
java.lang.management |
Provides the management interfaces for monitoring and management of the
Java virtual machine and other components in the Java runtime.
|
-
Uses of LockInfo in java.lang.management
Subclasses of LockInfo in java.lang.management Modifier and Type Class Description class
MonitorInfo
Information about an object monitor lock.Methods in java.lang.management that return LockInfo Modifier and Type Method Description static LockInfo
LockInfo. from(CompositeData cd)
Returns aLockInfo
object represented by the givenCompositeData
.LockInfo[]
ThreadInfo. getLockedSynchronizers()
Returns an array ofLockInfo
objects, each of which represents an ownable synchronizer currently locked by the thread associated with thisThreadInfo
.LockInfo
ThreadInfo. getLockInfo()
Returns theLockInfo
of an object for which the thread associated with thisThreadInfo
is blocked waiting.