org.rhq.core.domain.measurement.composite
Class MeasurementScheduleComposite
java.lang.Object
org.rhq.core.domain.measurement.composite.MeasurementScheduleComposite
public class MeasurementScheduleComposite
- extends Object
A composite object used to display metric collection schedules - represents one of the following:
- the metric collection schedule for a resource
- the metric collection schedule for a compatible group or autogroup
- the default metric collection schedule for a resource type
MeasurementScheduleComposite
public MeasurementScheduleComposite(MeasurementDefinition measurementDefinition)
MeasurementScheduleComposite
public MeasurementScheduleComposite(MeasurementDefinition measurementDefinition,
boolean collectionEnabled,
long collectionInterval)
getMeasurementDefinition
public MeasurementDefinition getMeasurementDefinition()
isCollectionEnabled
public boolean isCollectionEnabled()
getCollectionInterval
public long getCollectionInterval()
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2008 RHQ Project Advisory Board (Red Hat, Inc. and Hyperic, Inc.). All Rights Reserved.