Uses of Class
java.lang.management.MonitorInfo
Package
Description
Provides the management interfaces for monitoring and management of the
Java virtual machine and other components in the Java runtime.
-
Uses of MonitorInfo in java.lang.management
Modifier and TypeMethodDescriptionstatic MonitorInfo
MonitorInfo.from
(CompositeData cd) Returns aMonitorInfo
object represented by the givenCompositeData
.ThreadInfo.getLockedMonitors()
Returns an array ofMonitorInfo
objects, each of which represents an object monitor currently locked by the thread associated with thisThreadInfo
.