public class ServerDataExporter extends DataExporterImpl
| Modifier and Type | Field and Description |
|---|---|
DataExporterError |
exporterError |
String |
url |
dataService, messages| Constructor and Description |
|---|
ServerDataExporter() |
| Modifier and Type | Method and Description |
|---|---|
String |
exportData(Component parentFrame,
Module module,
int fromSessionIndex,
DataExporterError exporterError)
Exports data out of the application.
|
String |
getExporterName()
Gets the exporter name
|
static String |
getStackTrace(Throwable aThrowable) |
String |
getUrl() |
void |
setUrl(String url) |
getAutoExport, getDataService, getId, getIncrementalExport, isAutoExport, isIncrementalExport, setAutoExport, setDataService, setId, setIncrementalExport, setMessagespublic String url
public DataExporterError exporterError
public String exportData(Component parentFrame, Module module, int fromSessionIndex, DataExporterError exporterError)
DataExporterexportData in interface DataExporterexportData in class DataExporterImplfromSessionIndex - the first session index to export from. -1 for all sessionspublic String getUrl()
public void setUrl(String url)
public String getExporterName()
DataExportergetExporterName in interface DataExportergetExporterName in class DataExporterImplCopyright © 2013. All Rights Reserved.