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

Packages that use QueryPerformanceMonitorValue
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 QueryPerformanceMonitorValue in com.sun.management.oss.impl.pm.measurement
 

Classes in com.sun.management.oss.impl.pm.measurement that implement QueryPerformanceMonitorValue
 class QueryByDNValueImpl
          Title: JSR090 Reference Implementation Description: Copyright: Copyright 2001 Ericsson Radio Systems AB Company: Ericsson
 class QueryPerformanceMonitorValueImpl
          Title: JSR090 Reference Implementation Description: Copyright: Copyright 2001 Ericsson Radio Systems AB Company: Ericsson
 

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

Methods in com.sun.management.oss.impl.pm.measurement.xml with parameters of type QueryPerformanceMonitorValue
static java.lang.String QueryPerformanceMonitorValueXmlTranslator.toXml(QueryPerformanceMonitorValue queryPerform, java.lang.String elementName)
           int ACTIVE_ON_DUTY
static void QueryPerformanceMonitorValueXmlTranslator.fromXmlNoRoot(org.jdom.Element element, QueryPerformanceMonitorValue queryPerform)
           
 

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

Subinterfaces of QueryPerformanceMonitorValue in com.sun.management.oss.pm.measurement
 interface QueryByDNValue
          This interface is used to query for measurement jobs by specifying distinguished names.