UltraLite Static Java User's Guide
Synchronization Parameters Reference
Synchronization parameters
Reports the status of MobiLink uploads. The MobiLink synchronization server provides this information to the client.
The parameter is read-only.
boolean getUploadOK( )
void setUploadOK( boolean upload_ok )
After synchronization, the upload_ok parameter holds true if the upload was successful, and false otherwise.
Access the parameter as follows:
UlSynchOptions opts = new UlSynchOptions; // set options here conn.synchronize( opts ); returncode = opts.getUploadOK();