|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | This package contains common interfaces that may be used (inherited) by any interface in the packages under com.sun.management.oss.impl.model. |
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.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.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. |
com.sun.mfwk.cms.model.measurement | This package contains the implementation of the interface defined in package com.sun.management.oss.impl.model.measurement for the CIB/JSR-77 data model context. |
com.sun.mfwk.cms.model.opstatus | This package contains the implementation of the interface defined in package com.sun.management.oss.impl.model.opstatus for the CIB/JSR-77 data model context. |
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 |
Methods in com.sun.management.oss.impl.model that return PerformanceAttributeDescriptor | |
PerformanceAttributeDescriptor[] |
GenericModel.getObservableAttributes(java.lang.String observableObjectClassName)
getObservableAttributes will return all observable attributes for a certain class. |
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 | |
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.impl.pm.measurement |
Classes in com.sun.management.oss.impl.pm.measurement that implement PerformanceAttributeDescriptor | |
class |
PerformanceAttributeDescriptorImpl
Title: JSR090 Reference Implementation Description: Copyright: Copyright (c) 2001 Company: Ericsson |
Methods in com.sun.management.oss.impl.pm.measurement that return PerformanceAttributeDescriptor | |
PerformanceAttributeDescriptor[] |
PerformanceMonitorByObjectsValueImpl.getMeasurementAttributes()
|
PerformanceAttributeDescriptor |
PerformanceMonitorByObjectsValueImpl.makePerformanceAttributeDescriptor()
|
PerformanceAttributeDescriptor[] |
PerformanceMonitorByClassesValueImpl.getMeasurementAttributes()
Returns a list of measurement attributes. |
PerformanceAttributeDescriptor |
PerformanceMonitorByClassesValueImpl.makePerformanceAttributeDescriptor()
|
Methods in com.sun.management.oss.impl.pm.measurement with parameters of type PerformanceAttributeDescriptor | |
void |
PerformanceMonitorByObjectsValueImpl.setMeasurementAttributes(PerformanceAttributeDescriptor[] measurementAttributeNames)
|
void |
PerformanceMonitorByClassesValueImpl.setMeasurementAttributes(PerformanceAttributeDescriptor[] measurementAttributeNames)
Sets the measurement attributes to be monitored. |
Uses of PerformanceAttributeDescriptor in com.sun.management.oss.impl.pm.measurement.xml |
Methods in com.sun.management.oss.impl.pm.measurement.xml with parameters of type PerformanceAttributeDescriptor | |
static java.lang.String |
PerformanceAttributeDescriptorXmlTranslator.toXml(PerformanceAttributeDescriptor performanceAttrib,
java.lang.String elementName)
|
static void |
PerformanceAttributeDescriptorXmlTranslator.fromXmlNoRoot(org.jdom.Element element,
PerformanceAttributeDescriptor performAttrib)
|
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. |
Uses of PerformanceAttributeDescriptor in com.sun.mfwk.cms.model.measurement |
Methods in com.sun.mfwk.cms.model.measurement that return PerformanceAttributeDescriptor | |
PerformanceAttributeDescriptor[] |
PerformanceMfModel.getObservableAttributes(java.lang.String observableObjectClassName)
getObservableAttributes will return all observable attributes for a
particular class.
|
PerformanceAttributeDescriptor[] |
PerformanceMfModel.getObservableAttributes(java.lang.String observableObjectClassName)
getObservableAttributes will return all observable attributes for a
particular class.
|
Methods in com.sun.mfwk.cms.model.measurement with parameters of type PerformanceAttributeDescriptor | |
GenericObject[] |
PerformanceMfModel.getData(javax.management.ObjectName[] dnList,
PerformanceAttributeDescriptor[] attributesToMeasure)
getData Collects wanted attribute values for each specified
object.
|
boolean |
PerformanceMfModel.hasPerformanceAttributes(javax.management.ObjectName dn,
PerformanceAttributeDescriptor[] attributesToMeasure)
Returns true if the given object has every attributes specified in attributesToMeasure. |
GenericObject[] |
PerformanceMfModel.getData(javax.management.ObjectName[] dnList,
PerformanceAttributeDescriptor[] attributesToMeasure)
getData Collects wanted attribute values for each specified
object.
|
boolean |
PerformanceMfModel.hasPerformanceAttributes(javax.management.ObjectName dn,
PerformanceAttributeDescriptor[] attributesToMeasure)
Returns true if the given object has every attributes specified in attributesToMeasure. |
Uses of PerformanceAttributeDescriptor in com.sun.mfwk.cms.model.opstatus |
Methods in com.sun.mfwk.cms.model.opstatus that return PerformanceAttributeDescriptor | |
PerformanceAttributeDescriptor[] |
OperationalStatusMfModel.getObservableAttributes(java.lang.String observableObjectClassName)
Returns an array of hard coded list of attribute descriptors (may be empty). |
PerformanceAttributeDescriptor[] |
OperationalStatusMfModel.getObservableAttributes(java.lang.String observableObjectClassName)
Returns an array of hard coded list of attribute descriptors (may be empty). |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |