org.rhq.core.domain.sync
Class ExportReport

java.lang.Object
  extended by 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

Constructor Summary
protected ExportReport()
           
  ExportReport(Map<String,ExporterMessages> messagesPerExporter, byte[] exportFile)
           
  ExportReport(String errorMessage)
           
 
Method Summary
 String getErrorMessage()
           
 byte[] getExportFile()
           
 Map<String,ExporterMessages> getMessagesPerExporter()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExportReport

protected ExportReport()

ExportReport

public ExportReport(Map<String,ExporterMessages> messagesPerExporter,
                    byte[] exportFile)
Parameters:
messagesPerExporter -
exportFile -

ExportReport

public ExportReport(String errorMessage)
Method Detail

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.