This is the constructor method for objects of type User.
Syntax
public User(Stringname)
Parameters
name –
The user ID as entered on the client application. This value is accessible by calling the name() member method.
Usage
The API class Server will call this method prior to attempting to log the user into the system and/or perform the data synchronization with the Java interface.