net.sf.infrared.web.persistence
Interface PersistenceProvider

All Known Implementing Classes:
FilePersist

public interface PersistenceProvider

Interface for handling of persistence of performance data. Implementation will decide upon the persistence mechanism.


Method Summary
 void persist(PerformanceDataSnapShot snapShot)
           
 

Method Detail

persist

public void persist(PerformanceDataSnapShot snapShot)
             throws Exception
Throws:
Exception