Uses of Class
java.lang.management.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.managementMethods in java.lang.management that return MonitorInfo Modifier and Type Method Description static MonitorInfoMonitorInfo. from(CompositeData cd)Returns aMonitorInfoobject represented by the givenCompositeData.MonitorInfo[]ThreadInfo. getLockedMonitors()Returns an array ofMonitorInfoobjects, each of which represents an object monitor currently locked by the thread associated with thisThreadInfo.