|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||


public interface Runner
User: mihai.panaitescu Date: 08-Apr-2010 Time: 14:05:53
| Method Summary | |
|---|---|
ro.nextreports.engine.exporter.util.AlarmData |
getAlarmData()
Get alarm data ALARM exporter |
ro.nextreports.engine.exporter.util.IndicatorData |
getIndicatorData()
Get indicator data INDICATOR exporter |
ro.nextreports.engine.exporter.util.TableData |
getTableData()
Get table data TABLE exporter |
boolean |
run()
Export to TABLE memory format |
boolean |
run(java.io.OutputStream stream)
Export to the specified output format |
| Method Detail |
|---|
boolean run()
throws ReportRunnerException,
ro.nextreports.engine.exporter.exception.NoDataFoundException,
java.lang.InterruptedException
ReportRunnerException - if Runner object is not correctly configured
ro.nextreports.engine.exporter.exception.NoDataFoundException - if no data
java.lang.InterruptedException - if process was interrupted
boolean run(java.io.OutputStream stream)
throws ReportRunnerException,
ro.nextreports.engine.exporter.exception.NoDataFoundException,
java.lang.InterruptedException
stream - output stream to write
ReportRunnerException - if Runner object is not correctly configured
ro.nextreports.engine.exporter.exception.NoDataFoundException - if no data
java.lang.InterruptedException - if process was interruptedro.nextreports.engine.exporter.util.TableData getTableData()
ro.nextreports.engine.exporter.util.AlarmData getAlarmData()
ro.nextreports.engine.exporter.util.IndicatorData getIndicatorData()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||