UltraLite Static Java User's Guide
Synchronization Parameters Reference
Synchronization parameters
Sets parameters to configure the synchronization stream.
A semi-colon separated list of parameter assignments. Each assignment is of the form keyword=value, where the allowed sets of keywords depends on the synchronization stream.
For a list of available parameters for each stream, see the following sections:
java.lang.String getStreamParms( )
void setStreamParms( java.lang.String stream_parms )
The parameter is optional, is a string, and by default is null.
Set the parameter as follows:
UlSynchOptions synch_options = new UlSynchOptions(); synch_opts.setStream( new UlSocketStream() ); synch_opts.setStreamParms( "host=myserver;port=2439" );
Synchronization stream parameters.