Uses of Class
java.lang.management.LockInfo
Package
Description
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
Modifier and TypeMethodDescriptionstatic 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
.ThreadInfo.getLockInfo()
Returns theLockInfo
of an object for which the thread associated with thisThreadInfo
is blocked waiting.