com.sun.mdm.index.report
Class UnmergeReport

java.lang.Object
  extended bycom.sun.mdm.index.report.Report
      extended bycom.sun.mdm.index.report.MultirowReport1
          extended bycom.sun.mdm.index.report.MultirowReport2
              extended bycom.sun.mdm.index.report.UnmergeReport
All Implemented Interfaces:
java.io.Serializable

public class UnmergeReport
extends MultirowReport2

Report class for Unmerges

See Also:
Serialized Form

Field Summary
static java.lang.String EUID1
           
static java.lang.String EUID2
           
static java.lang.String SYSTEM_USER
           
static java.lang.String TIMESTAMP
           
static java.lang.String TRANSACTION_NUMBER
           
 
Fields inherited from class com.sun.mdm.index.report.Report
mConfig
 
Constructor Summary
UnmergeReport(MultirowReportConfig2 config)
          Creates a new instance of UnmergeReport.
 
Method Summary
 UnmergeReportRow getNextReportRow()
          Gets the next report row.
 
Methods inherited from class com.sun.mdm.index.report.MultirowReport2
outputDelimitedTextHeader, outputDelimitedTextRow
 
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
 

Field Detail

EUID1

public static final java.lang.String EUID1
See Also:
Constant Field Values

EUID2

public static final java.lang.String EUID2
See Also:
Constant Field Values

SYSTEM_USER

public static final java.lang.String SYSTEM_USER
See Also:
Constant Field Values

TIMESTAMP

public static final java.lang.String TIMESTAMP
See Also:
Constant Field Values

TRANSACTION_NUMBER

public static final java.lang.String TRANSACTION_NUMBER
See Also:
Constant Field Values
Constructor Detail

UnmergeReport

public UnmergeReport(MultirowReportConfig2 config)
Creates a new instance of UnmergeReport.

Parameters:
config - report configuration.
Method Detail

getNextReportRow

public UnmergeReportRow getNextReportRow()
Gets the next report row.

Returns:
The next report row.


Sun Microsystems, Inc.