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

Packages that use ManagedEntityValue
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 ManagedEntityValue in com.sun.management.oss
 

Methods in com.sun.management.oss that return ManagedEntityValue
 ManagedEntityValue[] ManagedEntityValueIterator.getNext(int howMany)
          Retrieve the next available values.
 ManagedEntityValue JVTSession.makeManagedEntityValue(java.lang.String valueType)
          Create a Value Type object for a specific Managed Entity type.
 

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

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

Methods in com.sun.management.oss.impl that return ManagedEntityValue
 ManagedEntityValue[] ManagedEntityValueIteratorImpl.getNext(int howMany)
           
 

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

Methods in com.sun.management.oss.impl.factory.measurement that return ManagedEntityValue
 ManagedEntityValue JmxJVTPerformanceMonitorSession.makeManagedEntityValue(java.lang.String valueType)
          See JVTSession.makeManagedEntityValue(String valueType).
 

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

Methods in com.sun.management.oss.impl.factory.opstatus that return ManagedEntityValue
 ManagedEntityValue JmxJVTOperationalStatusMonitorSession.makeManagedEntityValue(java.lang.String valueType)
           
 

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

Classes in com.sun.management.oss.impl.pm.measurement that implement ManagedEntityValue
 class PerformanceMonitorByClassesValueImpl
          Title: JSR090 Reference Implementation Description: Copyright: Copyright 2001 Ericsson Radio Systems AB Company: Ericsson
 class PerformanceMonitorByObjectsValueImpl
          Title: JSR090 Reference Implementation Description: Copyright: Copyright 2001 Ericsson Radio Systems AB Company: Ericsson
 class PerformanceMonitorValueImpl
          Title: JSR090 Reference Implementation Description: Copyright: Copyright 2001 Ericsson Radio Systems AB Company: Ericsson
 class PmManagedEntityValueImpl
          Title: Description: Copyright: Copyright (c) 2002 Company:
 

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

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

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

Subinterfaces of ManagedEntityValue in com.sun.management.oss.pm.measurement
 interface PerformanceMonitorByClassesValue
          This interface is the value representation of a measurement job that monitor a set of specified attributes on a set of observable object classes.
 interface PerformanceMonitorByObjectsValue
          This interface is the value representation of a measurement job that monitor a set of specified attributes on a set of observable object instances.
 interface PerformanceMonitorValue
          This interface is the base value representation of a measurement job.
 

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

Subinterfaces of ManagedEntityValue in com.sun.management.oss.pm.opstatus
 interface OperationalStatusMonitorByClassesValue
          This interface is the value representation of a measurement job that monitor a set of specified attributes on a set of observable object classes.
 interface OperationalStatusMonitorByObjectsValue
          This interface is the value representation of a measurement job that monitor a set of specified attributes on a set of observable object instances.
 interface OperationalStatusMonitorValue
          This interface is the base value representation of a measurement job.