Exporting Data to the Filesystem
[Exchange Manager 2 Handlers]


Detailed Description

Handlers that can save data to the Filesystem are based on ALP_EXG2_EXPORT_ACTIONCLASS. Examples of methods are : save file, etc.

Note that Exporting data is different than sending data to storage. Exporting is always to the file system, whereas when sending data to storage, the handler decides where it saves the data.

The data to export is passed as data objects.


Export to file

This verb is based on ALP_EXG2_EXPORT_ACTIONCLASS. This service will save the data objects to the Filesystem.

One application should register for the wildcard type ("*"). This application would receive all exported objects that have no owner, and it would be responsible to decide what to do with them.

#define ALP_EXG2_EXPORT_TOFILE_VERB   ALP_EXG2_EXPORT_ACTIONCLASS"/file"
 VERB: Export to file.


Define Documentation

#define ALP_EXG2_EXPORT_TOFILE_VERB   ALP_EXG2_EXPORT_ACTIONCLASS"/file"
 

VERB: Export to file.


Generated on Wed Jul 30 07:06:44 2008 by Doxygen 1.4.6 for ALP SDK + Hiker Documentation

Copyright © 1999-2008 ACCESS CO., LTD. All rights reserved.