public class ExportData extends ExportData
This class exists solely for backwards compatibility with ERP interface library hardcoded java package and class names.
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID
The class' serialization version id.
|
cvMessage| Constructor and Description |
|---|
ExportData(java.lang.String[] args)
Constructs an
ExportData object and communicates with the
Flash server to export data records. |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(java.lang.String[] args)
Method called to receive command line parameters and communicate with the
Flash server to export data records.
|
createLogFile, sendFileContentsprivate static final long serialVersionUID
public ExportData(java.lang.String[] args)
ExportData object and communicates with the
Flash server to export data records.args - (String[]) The array of command line arguments. This must
be specified as follows:
args[0] - the file to send to the e-commerce system.
args[1] - the error log file.public static void main(java.lang.String[] args)
args - (String[]) The array of command line arguments. This must
be specified as follows:
args[0] - the file to send to the e-commerce system.
args[1] - the error log file.