org.rhq.core.domain.sync
Class ExportReport
java.lang.Object
org.rhq.core.domain.sync.ExportReport
- All Implemented Interfaces:
- Serializable
public class ExportReport
- extends Object
- implements Serializable
This is a remotable version of the ExportWrapper
.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExportReport
protected ExportReport()
ExportReport
public ExportReport(Map<String,ExporterMessages> messagesPerExporter,
byte[] exportFile)
- Parameters:
messagesPerExporter
- exportFile
-
ExportReport
public ExportReport(String errorMessage)
getMessagesPerExporter
public Map<String,ExporterMessages> getMessagesPerExporter()
- Returns:
- the messagesPerExporter
getExportFile
public byte[] getExportFile()
- Returns:
- the exportFile
getErrorMessage
public String getErrorMessage()
- Returns:
- the errorMessage
Copyright © 2008-2011 Red Hat, Inc.. All Rights Reserved.