Uses of Class
java.lang.management.MonitorInfo
-
Packages that use MonitorInfo 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 MonitorInfo in java.lang.management
Methods in java.lang.management that return MonitorInfo Modifier and Type Method Description static MonitorInfo
MonitorInfo. from(CompositeData cd)
Receives aCompositeData
representing aMonitorInfo
object and attempts to return the rootMonitorInfo
instance.MonitorInfo[]
ThreadInfo. getLockedMonitors()
Returns an array ofMonitorInfo
objects, one for every monitor object locked by theThread
corresponding to thisThreadInfo
when it was instantiated.
-