Four Js Genero Report Writer
FourJs.Report.Runtime.DataConsumer Interface Reference

Interface for processors located at the head of the processing pipe. More...

Inheritance diagram for FourJs.Report.Runtime.DataConsumer:
FourJs.Report.Runtime.FourRpLayouter FourJs.Report.Runtime.FourRpProcessor FourJs.Report.Runtime.RemoteConnection FourJs.Report.Runtime.Transformer

Public Member Functions

XmlWriter createXmlWriter ()
 Creates an XmlWriter into which the input document can be streamed thru the rendering pipe. The XmlWriter can be used for one stream only.
 
void runFromXML (String fileName)
 Streams the specified file thru the rendering pipe.
 
void runFromSerializable (Object data)
 Streams the data thru the rendering pipe. More...
 

Properties

int debugLevel [get, set]
 Sets the debug level as determined by the More...
 

Detailed Description

Interface for processors located at the head of the processing pipe.

Member Function Documentation

void FourJs.Report.Runtime.DataConsumer.runFromSerializable ( Object  data)

Property Documentation

int FourJs.Report.Runtime.DataConsumer.debugLevel
getset

Sets the debug level as determined by the

level. Only Messages with a message level lower or equal to level will be displayed and logged. There following six message levels are defined:

  • 1: Fatal
  • 2: Error
  • 3: Warning
  • 4: Info
  • 5: Debug
  • 6: Trace

A level of 0 suppresses all messages. The default value is the value of the system property or the environment variable GREDBUG or 3 if neither is set. The value applies to the local GRE only and not to a remote