net.sf.infrared.web.persistence
Class FilePersist

java.lang.Object
  extended bynet.sf.infrared.web.persistence.FilePersist
All Implemented Interfaces:
PersistenceProvider

public class FilePersist
extends Object
implements PersistenceProvider


Constructor Summary
FilePersist()
           
 
Method Summary
 void persist(PerformanceDataSnapShot data)
           
 void persist(PerformanceDataSnapShot data, Writer writer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FilePersist

public FilePersist()
Method Detail

persist

public void persist(PerformanceDataSnapShot data)
             throws Exception
Specified by:
persist in interface PersistenceProvider
Throws:
Exception

persist

public void persist(PerformanceDataSnapShot data,
                    Writer writer)
             throws IOException,
                    org.exolab.castor.xml.CastorException,
                    org.exolab.castor.mapping.MappingException
Throws:
IOException
org.exolab.castor.xml.CastorException
org.exolab.castor.mapping.MappingException