com.caucho.admin.action
Class PdfReportAction.PdfReportActionResult

java.lang.Object
  extended by com.caucho.admin.action.PdfReportAction.PdfReportActionResult
Enclosing class:
PdfReportAction

public static class PdfReportAction.PdfReportActionResult
extends java.lang.Object


Constructor Summary
PdfReportAction.PdfReportActionResult(java.lang.String message, java.lang.String fileName, TempOutputStream out)
           
 
Method Summary
 java.lang.String getFileName()
           
 java.lang.String getMessage()
           
 TempOutputStream getPdfOutputStream()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PdfReportAction.PdfReportActionResult

public PdfReportAction.PdfReportActionResult(java.lang.String message,
                                             java.lang.String fileName,
                                             TempOutputStream out)
Method Detail

getMessage

public java.lang.String getMessage()

getPdfOutputStream

public TempOutputStream getPdfOutputStream()

getFileName

public java.lang.String getFileName()