com.application.areca.context
Class ProcessReportWriter

java.lang.Object
  extended by com.application.areca.context.ProcessReportWriter

public class ProcessReportWriter
extends java.lang.Object

Report Writer : generates a text from the report.

Author:
Olivier PETRUCCI

Areca Build ID : 7299034069467778562

Constructor Summary
ProcessReportWriter(java.io.Writer writer)
           
 
Method Summary
 void close()
           
 void writeCommitedReport(ProcessReport report)
           
 void writeReport(ProcessReport report)
           
 void writeRollbackedReport(ProcessReport report)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcessReportWriter

public ProcessReportWriter(java.io.Writer writer)
Method Detail

writeReport

public void writeReport(ProcessReport report)
                 throws java.io.IOException
Throws:
java.io.IOException

writeCommitedReport

public void writeCommitedReport(ProcessReport report)
                         throws java.io.IOException
Throws:
java.io.IOException

writeRollbackedReport

public void writeRollbackedReport(ProcessReport report)
                           throws java.io.IOException
Throws:
java.io.IOException

close

public void close()
           throws java.io.IOException
Throws:
java.io.IOException