org.rhq.core.domain.measurement.composite
Class MeasurementScheduleComposite

java.lang.Object
  extended by org.rhq.core.domain.measurement.composite.MeasurementScheduleComposite
All Implemented Interfaces:
Serializable

public class MeasurementScheduleComposite
extends Object
implements Serializable

A composite object used to display metric collection schedules - represents one of the following:

See Also:
Serialized Form

Constructor Summary
MeasurementScheduleComposite(MeasurementDefinition measurementDefinition)
           
MeasurementScheduleComposite(MeasurementDefinition measurementDefinition, Boolean collectionEnabled, long collectionInterval)
           
 
Method Summary
 Boolean getCollectionEnabled()
           
 long getCollectionInterval()
           
 MeasurementDefinition getMeasurementDefinition()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MeasurementScheduleComposite

public MeasurementScheduleComposite(MeasurementDefinition measurementDefinition)

MeasurementScheduleComposite

public MeasurementScheduleComposite(MeasurementDefinition measurementDefinition,
                                    Boolean collectionEnabled,
                                    long collectionInterval)
Method Detail

getMeasurementDefinition

public MeasurementDefinition getMeasurementDefinition()

getCollectionEnabled

public Boolean getCollectionEnabled()

getCollectionInterval

public long getCollectionInterval()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2008-2009 RHQ Project Advisory Board (Red Hat, Inc.). All Rights Reserved.