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

Packages that use PerformanceMonitorValueIterator
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.  
com.sun.mfwk.cli   
 

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

Methods in com.sun.management.oss.impl.factory.measurement that return PerformanceMonitorValueIterator
 PerformanceMonitorValueIterator JmxJVTPerformanceMonitorSession.getPerformanceMonitorsByKeys(PerformanceMonitorKey[] pmKey, java.lang.String[] attributes)
          See JVTPerformanceMonitorSession.getPerformanceMonitorsByKeys(PerformanceMonitorKey[] pmKey, String[] attributes).
 PerformanceMonitorValueIterator JmxJVTPerformanceMonitorSession.queryPerformanceMonitors(QueryValue query, java.lang.String[] attrNames)
          See JVTPerformanceMonitorSession.queryPerformanceMonitors(QueryValue query , String[] attrNames).
 

Uses of PerformanceMonitorValueIterator in com.sun.management.oss.impl.pm.measurement
 

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

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

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

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

Methods in com.sun.management.oss.pm.measurement that return PerformanceMonitorValueIterator
 PerformanceMonitorValueIterator JVTPerformanceMonitorSession.getPerformanceMonitorsByKeys(PerformanceMonitorKey[] pmKey, java.lang.String[] attributes)
          Gets a list of attribute values of the specific measurement jobs.
 PerformanceMonitorValueIterator JVTPerformanceMonitorSession.queryPerformanceMonitors(QueryValue query, java.lang.String[] attrNames)
          Queries for multiple measurement jobs using a query value instance.
 

Uses of PerformanceMonitorValueIterator in com.sun.mfwk.cli
 

Methods in com.sun.mfwk.cli that return PerformanceMonitorValueIterator
 PerformanceMonitorValueIterator MfCliPmPerfJobSessionProxy.queryPerformanceMonitors(QueryValue query, java.lang.String[] attrNames)