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 classMonitorInfoInformation about an object monitor lock.Methods in java.lang.management that return LockInfo Modifier and Type Method Description static LockInfoLockInfo. from(CompositeData cd)Returns aLockInfoobject represented by the givenCompositeData.LockInfo[]ThreadInfo. getLockedSynchronizers()Returns an array ofLockInfoobjects, each of which represents an ownable synchronizer currently locked by the thread associated with thisThreadInfo.LockInfoThreadInfo. getLockInfo()Returns theLockInfoof an object for which the thread associated with thisThreadInfois blocked waiting.