- java.lang.Object
- 
- com.ibm.lang.management.internal.JvmCpuMonitor
 
- 
- All Implemented Interfaces:
- JvmCpuMonitorMXBean,- PlatformManagedObject
 
 public class JvmCpuMonitor extends Object implements JvmCpuMonitorMXBean Runtime type forJvmCpuMonitorMXBean.Implements getting CPU Usage for various JVM thread categories. 
- 
- 
Constructor SummaryConstructors Constructor Description JvmCpuMonitor()
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static JvmCpuMonitorgetInstance()Singleton accessor method.ObjectNamegetObjectName()Returns the object name of the MXBean- 
Methods declared in class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods declared in interface com.ibm.lang.management.JvmCpuMonitorMXBeangetThreadCategory, getThreadsCpuUsage, getThreadsCpuUsage, setThreadCategory
 
- 
 
- 
- 
- 
Method Detail- 
getInstancepublic static JvmCpuMonitor getInstance() Singleton accessor method. Returns an instance ofJvmCpuMonitor- Returns:
- a static instance of JvmCpuMonitor
 
 - 
getObjectNamepublic ObjectName getObjectName() Returns the object name of the MXBean- Specified by:
- getObjectNamein interface- PlatformManagedObject
- Returns:
- objectName representing the MXBean
 
 
- 
 
-