Uses of Class
com.ibm.lang.management.ProcessorUsageRetrievalException
Packages that use ProcessorUsageRetrievalException
-
Uses of ProcessorUsageRetrievalException in com.ibm.lang.management
Methods in com.ibm.lang.management that throw ProcessorUsageRetrievalExceptionModifier and TypeMethodDescriptionOperatingSystemMXBean.retrieveProcessorUsage()Instantiates and returns an array ofProcessorUsageobjects that represent the current snapshot of individual Processor usage times.OperatingSystemMXBean.retrieveProcessorUsage(ProcessorUsage[] procArray) Returns an updated array ofProcessorUsageobjects that represent the current snapshot of individual Processor usage times.OperatingSystemMXBean.retrieveTotalProcessorUsage()Instantiate and return a newProcessorUsageobject that represents the current snapshot of Processor usage statistics.OperatingSystemMXBean.retrieveTotalProcessorUsage(ProcessorUsage procObj) Returns an updatedProcessorUsageobject that represents the current snapshot of Processor usage statistics.