Package com.sun.management.oss.pm.measurement

This package is the standard javax.oss.pm.measurement package ported into the J2SE/JMX environment.

See:
          Description

Interface Summary
CurrentResultReport This interface represents report of the current values of a measurement job.
JVTPerformanceMonitorSession The JVTPerformanceMonitorSession interface is the central interface of this package to manage measurement jobs.
JVTPerformanceMonitorSessionOptionalOpt This interface defines string constants to indicate which optional parts of the JVTPerformanceMonitorSession interface that are supported by an implementation.
PerformanceAttributeDescriptor Represent a measurement attribute that can be monitored in the observable object class.
PerformanceDataAvailableEvent This interface represents the payload of the event that is sent when a measurement report file has been created.
PerformanceDataAvailableEventDescriptor The PerformanceDataAvailableEventDescriptor interface is equivalent to an enumerated type.
PerformanceDataEvent The performance data event defines the payload of the events that contains measurement reports.
PerformanceDataEventDescriptor The PerformanceDataEventDescriptor interface is equivalent to an enumerated type.
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.
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.
PerformanceMonitorKey This interface is the primary key of a performance monitor instance.
PerformanceMonitorKeyResult This interface encapsulates all the information necessary to indicate the result of a BEST EFFORT operation on a specific measurement job.
PerformanceMonitorState Defines the state constants for performance monitor.
PerformanceMonitorValue This interface is the base value representation of a measurement job.
PerformanceMonitorValueIterator This interface manages retrieval of multiple measurement jobs.
QueryByDNValue This interface is used to query for measurement jobs by specifying distinguished names.
QueryPerformanceMonitorValue This interface represents the attributes of a measurement job that can be used to make queries for measurement jobs.
ReportData This interface represents the measurement reports.
ReportFormat This interface represent the format of the measurements reports.
ReportInfo Contains information related to a measurement report file.
ReportInfoIterator This interface manages retrieval of information for multiple measurement reports.
ReportMode Defines enumeration values for report mode.
 

Package com.sun.management.oss.pm.measurement Description

This package is the standard javax.oss.pm.measurement package ported into the J2SE/JMX environment. This package refers to systems capabilities to read measurement data of observed managed object(s) (MBeans) and to produce measurement reports.

Overview

Every references/inheritance  to/from J2EE specific (EJB, JMS...) have been removed from the original package.