Uses of Interface
com.sun.management.oss.pm.measurement.PerformanceMonitorKeyResult

Packages that use PerformanceMonitorKeyResult
com.sun.management.oss.impl.factory.measurement This package contains the measurement job factory MBean. 
com.sun.management.oss.pm.measurement This package is the standard javax.oss.pm.measurement package ported into the J2SE/JMX environment.  
 

Uses of PerformanceMonitorKeyResult in com.sun.management.oss.impl.factory.measurement
 

Methods in com.sun.management.oss.impl.factory.measurement that return PerformanceMonitorKeyResult
 PerformanceMonitorKeyResult[] JmxJVTPerformanceMonitorSession.tryCreatePerformanceMonitorsByValues(PerformanceMonitorValue[] pmValues)
          See JVTPerformanceMonitorSession.tryCreatePerformanceMonitorsByValues(PerformanceMonitorValue[] pmValues).
 PerformanceMonitorKeyResult[] JmxJVTPerformanceMonitorSession.tryRemovePerformanceMonitorsByKeys(PerformanceMonitorKey[] pmKeys)
          See JVTPerformanceMonitorSession.tryRemovePerformanceMonitorsByKeys(PerformanceMonitorKey[] pmKeys).
 PerformanceMonitorKeyResult[] JmxJVTPerformanceMonitorSession.trySuspendPerformanceMonitorsByKeys(PerformanceMonitorKey[] pmKeys)
          See JVTPerformanceMonitorSession.trySuspendPerformanceMonitorsByKeys(PerformanceMonitorKey[] pmKeys).
 PerformanceMonitorKeyResult[] JmxJVTPerformanceMonitorSession.tryResumePerformanceMonitorsByKeys(PerformanceMonitorKey[] pmKeys)
          See JVTPerformanceMonitorSession.tryResumePerformanceMonitorsByKeys(PerformanceMonitorKey[] pmKeys).
 

Uses of PerformanceMonitorKeyResult in com.sun.management.oss.pm.measurement
 

Methods in com.sun.management.oss.pm.measurement that return PerformanceMonitorKeyResult
 PerformanceMonitorKeyResult[] JVTPerformanceMonitorSession.tryCreatePerformanceMonitorsByValues(PerformanceMonitorValue[] pmValues)
          Try to create measurement jobs.
 PerformanceMonitorKeyResult[] JVTPerformanceMonitorSession.tryRemovePerformanceMonitorsByKeys(PerformanceMonitorKey[] pmKeys)
          Try to remove measurement jobs.
 PerformanceMonitorKeyResult[] JVTPerformanceMonitorSession.trySuspendPerformanceMonitorsByKeys(PerformanceMonitorKey[] pmKeys)
          Try to inhibit measurement jobs from collection of measurement data.
 PerformanceMonitorKeyResult[] JVTPerformanceMonitorSession.tryResumePerformanceMonitorsByKeys(PerformanceMonitorKey[] pmKeys)
          Try to re-enables the measurement jobs to collect measurement data.