UltraLite Static Java User's Guide
Synchronization Parameters Reference
Synchronization parameters
A string specifying the user name that uniquely identifies the MobiLink client to the MobiLink synchronization server. MobiLink uses this value to determine the download content, to record the synchronization state, and to recover from interruptions during synchronization.
java.lang.String getUserName( )
void setUserName( java.lang.String user_name )
The parameter is required, and is a string.
Set the parameter as follows:
UlSynchOptions synch_options = new UlSynchOptions(); synch_opts.setUserName( "mluser" );
Authenticating MobiLink Users.