|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.mdm.index.report.Report
com.sun.mdm.index.report.MultirowReport1
com.sun.mdm.index.report.MultirowReport2
Base class for reports that contain two objects
Field Summary |
Fields inherited from class com.sun.mdm.index.report.Report |
mConfig |
Constructor Summary | |
MultirowReport2(MultirowReportConfig2 config)
Creates a new instance of MultirowReport2. |
Method Summary | |
void |
outputDelimitedTextHeader(java.io.PrintStream pstream)
Output the header to the output stream. |
void |
outputDelimitedTextRow(java.io.PrintStream pstream,
MultirowReportObject2 reportRow)
Appends text representation of object node to the stream. |
Methods inherited from class com.sun.mdm.index.report.MultirowReport1 |
addRow, clear, getNextRow, hasMore, hasNext, outputDelimitedTextRow, setNoMore |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MultirowReport2(MultirowReportConfig2 config)
config
- Report configuration.Method Detail |
public void outputDelimitedTextHeader(java.io.PrintStream pstream) throws java.lang.Exception
outputDelimitedTextHeader
in class MultirowReport1
pstream
- Print stream for output.
java.lang.Exception
- if an error occurs.public void outputDelimitedTextRow(java.io.PrintStream pstream, MultirowReportObject2 reportRow) throws java.lang.Exception
pstream
- Print stream for output.reportRow
- Report row to output.
java.lang.Exception
- if an error occurs.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Sun Microsystems, Inc.