net.sf.mavenhist.persistency
Interface IPersistency

All Known Implementing Classes:
AbstractDatabasePersistency

public interface IPersistency

Metric persistency interface.


Method Summary
 void initializeMetricsDataBase()
          Creates the needed tables to store the metricdata in.
 void storeMetrics(Metric[] metrics)
          Stores a collection of metrics to a persistable form.
 

Method Detail

storeMetrics

void storeMetrics(Metric[] metrics)
                  throws PersistencyException
Stores a collection of metrics to a persistable form.

Parameters:
metrics - to store
Throws:
PersistencyException - in case of error

initializeMetricsDataBase

void initializeMetricsDataBase()
                               throws PersistencyException
Creates the needed tables to store the metricdata in.

Throws:
PersistencyException - in case of error


Copyright © 2009. All Rights Reserved.