UltraLite Static Java User's Guide
Synchronization Parameters Reference
Synchronization parameters
Indicates that there should be no downloads in the current synchronization, which can save communication time, especially over slow communication links. When set to true, the client waits for the upload acknowledgement from the MobiLink synchronization server, after which it terminates the synchronization session successfully.
boolean getUploadOnly( )
void setUploadOnly( boolean upload_only )
The parameter is an optional Boolean value, and by default is false.
Set the parameter to true as follows:
UlSynchOptions opts = new UlSynchOptions; opts.setUploadOnly( true );
Synchronizing high-priority changes
download_only synchronization parameter