setUserName method

Sets the MobiLink user name that uniquely identifies the client to the MobiLink server.

Syntax
abstract void SyncParms.setUserName(
  String v
) throws ULjException
Parameters
  • v   The MobiLink user name.

Remarks

This value is used to determine the download content, to record the synchronization state, and to recover from interruptions during synchronization.

This user name and password is separate from any database user ID and password. This method is used to authenticate the application against the MobiLink server.

This parameter is initialized when the SyncParms class object is created.

See also