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.impl.pm.measurement This package contains the implementations of the interfaces defined in the com.sun.management.oss.pm.measurement package. 
com.sun.management.oss.impl.pm.measurement.xml This package contains XML translators (from XML/to XML methods) for the objects defined by the package com.sun.management.oss.impl.pm.measurement. 
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.impl.pm.measurement
 

Classes in com.sun.management.oss.impl.pm.measurement that implement PerformanceMonitorKeyResult
 class PerformanceMonitorKeyResultImpl
          Title: com.ericsson.oss Description: Copyright: Copyright 2001 Ericsson Radio Systems AB Company: Ericsson Radio Systems AB
 

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

Methods in com.sun.management.oss.impl.pm.measurement.xml with parameters of type PerformanceMonitorKeyResult
static java.lang.String PerformanceMonitorKeyResultXmlTranslator.toXml(PerformanceMonitorKeyResult object, java.lang.String elementName)
           true anyURI
static void PerformanceMonitorKeyResultXmlTranslator.fromXmlNoRoot(org.jdom.Element element, PerformanceMonitorKeyResult object)
           
 

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.