net.sourceforge.cruisecontrol.chart
Class AbstractCruiseControlChartData

java.lang.Object
  extended bynet.sourceforge.cruisecontrol.chart.AbstractCruiseControlChartData
All Implemented Interfaces:
de.laures.cewolf.DatasetProducer, java.io.Serializable
Direct Known Subclasses:
PieChartData, TimeChartData, XPathChartData

public abstract class AbstractCruiseControlChartData
extends java.lang.Object
implements de.laures.cewolf.DatasetProducer, java.io.Serializable

TODO: TYpe comment.

Author:
Robert Watkins
See Also:
Serialized Form

Field Summary
 
Fields inherited from interface de.laures.cewolf.DatasetProducer
PRODUCER_ATTRIBUTE_NAME
 
Constructor Summary
AbstractCruiseControlChartData()
           
 
Method Summary
 boolean hasExpired(java.util.Map params, java.util.Date since)
          Helper method to see if the graph is out of date.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface de.laures.cewolf.DatasetProducer
getProducerId, produceDataset
 

Constructor Detail

AbstractCruiseControlChartData

public AbstractCruiseControlChartData()
Method Detail

hasExpired

public boolean hasExpired(java.util.Map params,
                          java.util.Date since)
Helper method to see if the graph is out of date. We will assume that the graph is out of date if it is older than 5 seconds.

Specified by:
hasExpired in interface de.laures.cewolf.DatasetProducer