Uses of Class
java.lang.management.MonitorInfo
Packages that use 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
Methods in java.lang.management that return MonitorInfoModifier and TypeMethodDescriptionstatic MonitorInfoMonitorInfo.from(CompositeData cd) Receives aCompositeDatarepresenting aMonitorInfoobject and attempts to return the rootMonitorInfoinstance.ThreadInfo.getLockedMonitors()Returns an array ofMonitorInfoobjects, one for every monitor object locked by theThreadcorresponding to thisThreadInfowhen it was instantiated.