Uses of Interface
com.sun.management.oss.ManagedEntityValueIterator

Packages that use ManagedEntityValueIterator
com.sun.management.oss This package is the standard javax.oss package ported into the J2SE environment. 
com.sun.management.oss.impl This package contains the implementations of the interfaces defined in the com.sun.management.oss package. 
com.sun.management.oss.impl.factory.measurement This package contains the measurement job factory MBean. 
com.sun.management.oss.impl.factory.opstatus This package contains the operational status 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.opstatus This package contains the implementations of the interfaces defined in the com.sun.management.oss.pm.opstatus package. 
com.sun.management.oss.pm.measurement This package is the standard javax.oss.pm.measurement package ported into the J2SE/JMX environment.  
com.sun.management.oss.pm.opstatus This package refers to systems capabilities to read operational status of observed managed object(s) (MBeans) and to produce status reports when status changes occur. 
 

Uses of ManagedEntityValueIterator in com.sun.management.oss
 

Methods in com.sun.management.oss that return ManagedEntityValueIterator
 ManagedEntityValueIterator JVTSession.queryManagedEntities(QueryValue query, java.lang.String[] attributeNames)
          Query multiple Managed Entities using a QueryValue.
 

Uses of ManagedEntityValueIterator in com.sun.management.oss.impl
 

Classes in com.sun.management.oss.impl that implement ManagedEntityValueIterator
 class ManagedEntityValueIteratorImpl
          Title: Description: Copyright: Copyright (c) 2001 Company: Ericsson Radio Systems AB
 

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

Methods in com.sun.management.oss.impl.factory.measurement that return ManagedEntityValueIterator
 ManagedEntityValueIterator JmxJVTPerformanceMonitorSession.queryManagedEntities(QueryValue query, java.lang.String[] attrNames)
          See JVTSession.queryManagedEntities(QueryValue query, String[] attrNames).
 

Uses of ManagedEntityValueIterator in com.sun.management.oss.impl.factory.opstatus
 

Methods in com.sun.management.oss.impl.factory.opstatus that return ManagedEntityValueIterator
 ManagedEntityValueIterator JmxJVTOperationalStatusMonitorSession.queryManagedEntities(QueryValue query, java.lang.String[] attrNames)
           
 

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

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

Uses of ManagedEntityValueIterator in com.sun.management.oss.impl.pm.opstatus
 

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

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

Subinterfaces of ManagedEntityValueIterator in com.sun.management.oss.pm.measurement
 interface PerformanceMonitorValueIterator
          This interface manages retrieval of multiple measurement jobs.
 

Uses of ManagedEntityValueIterator in com.sun.management.oss.pm.opstatus
 

Subinterfaces of ManagedEntityValueIterator in com.sun.management.oss.pm.opstatus
 interface OperationalStatusMonitorValueIterator
          This interface manages retrieval of multiple measurement jobs.