Package 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.

See:
          Description

Interface Summary
PerformanceGenericModel The PerformanceGenericModel interface is the interface between a measurement job factory and its associated jobs (the factory/job layer) and the data model the factory/jobs care about.
 

Package com.sun.management.oss.impl.model.measurement Description

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.

Overview

Implementing the interface means: defining for a particular data model what are the observable classes/objects/attributes you can use for creating measurement jobs.