Uses of Interface
com.sun.management.oss.impl.model.GenericModel

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

Subinterfaces of GenericModel in com.sun.management.oss.impl.model
 interface ByClassesGenericModel
          ByClassesGenericModel class.
 

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

Subinterfaces of GenericModel in com.sun.management.oss.impl.model.measurement
 interface 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.
 

Uses of GenericModel in com.sun.management.oss.impl.model.opstatus
 

Subinterfaces of GenericModel in com.sun.management.oss.impl.model.opstatus
 interface OperationalStatusGenericModel
          A generic interface to define methods to interact with the underlying data model.
 

Uses of GenericModel in com.sun.mfwk.cms.model.measurement
 

Classes in com.sun.mfwk.cms.model.measurement that implement GenericModel
 class PerformanceMfModel
          The PerformanceMfModel class is an implentation of the com.sun.management.oss.impl.model.measurement.PerformanceGenericModel.
 

Uses of GenericModel in com.sun.mfwk.cms.model.opstatus
 

Classes in com.sun.mfwk.cms.model.opstatus that implement GenericModel
 class OperationalStatusMfModel
          This class defines the interface between the monitoring jobs and the data model.