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

Packages that use PerformanceAttributeDescriptor
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.model.measurement This package contains  the interface that has to be implemented for interfacing between the layer formed by the measurement job factory/jobs and any JMX data model instanciated in the context of the factory MBeanServer. 
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 PerformanceAttributeDescriptor in com.sun.management.oss.impl.factory.measurement
 

Methods in com.sun.management.oss.impl.factory.measurement that return PerformanceAttributeDescriptor
 PerformanceAttributeDescriptor[] JmxJVTPerformanceMonitorSession.getObservableAttributes(java.lang.String observableObjectClassName)
          See JVTPerformanceMonitorSession.getObservableAttributes(String observableObjectClassName).
 

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

Methods in com.sun.management.oss.impl.factory.opstatus that return PerformanceAttributeDescriptor
 PerformanceAttributeDescriptor[] JmxJVTOperationalStatusMonitorSession.getObservableAttributes(java.lang.String observableObjectClassName)
           
 

Uses of PerformanceAttributeDescriptor in com.sun.management.oss.impl.model.measurement
 

Methods in com.sun.management.oss.impl.model.measurement with parameters of type PerformanceAttributeDescriptor
 com.sun.management.oss.impl.job.measurement.GenericObject[] PerformanceGenericModel.getData(javax.management.ObjectName[] dnList, PerformanceAttributeDescriptor[] attributesToMeasure)
          getData Collects wanted attribute values for each specified object.
 boolean PerformanceGenericModel.hasPerformanceAttributes(javax.management.ObjectName dn, PerformanceAttributeDescriptor[] attributesToMeasure)
          hasPerformanceAttributes Returns true if the given object has every attributes specified in attributesToMeasure.
 

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

Methods in com.sun.management.oss.pm.measurement that return PerformanceAttributeDescriptor
 PerformanceAttributeDescriptor PerformanceMonitorByObjectsValue.makePerformanceAttributeDescriptor()
          Creates a new instance of the PerformanceAttributeDescriptor interface.
 PerformanceAttributeDescriptor[] PerformanceMonitorByObjectsValue.getMeasurementAttributes()
          Returns a list of measurement attributes.
 PerformanceAttributeDescriptor PerformanceMonitorByClassesValue.makePerformanceAttributeDescriptor()
          Creates a new instance of the PerformanceAttributeDescriptor interface.
 PerformanceAttributeDescriptor[] PerformanceMonitorByClassesValue.getMeasurementAttributes()
          Returns a list of measurement attributes.
 PerformanceAttributeDescriptor[] JVTPerformanceMonitorSession.getObservableAttributes(java.lang.String observableObjectClassName)
          Returns all measurement attributes that can be monitored in the observable object class, in the performance monitoring agent.
 

Methods in com.sun.management.oss.pm.measurement with parameters of type PerformanceAttributeDescriptor
 void PerformanceMonitorByObjectsValue.setMeasurementAttributes(PerformanceAttributeDescriptor[] measurmentAttributeNames)
          Sets the measurement attributes to be monitored.
 void PerformanceMonitorByClassesValue.setMeasurementAttributes(PerformanceAttributeDescriptor[] measurmentAttributeNames)
          Sets the measurement attributes to be monitored.
 

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

Methods in com.sun.management.oss.pm.opstatus that return PerformanceAttributeDescriptor
 PerformanceAttributeDescriptor[] JVTOperationalStatusMonitorSession.getObservableAttributes(java.lang.String observableObjectClassName)
          Returns all measurement attributes that can be monitored in the observable object class, in the performance monitoring agent.