ARServerUser object
The ARServerUser object represents the connection between your Java client program and the BMC Remedy AR System server. It include session information such as user name, password, and server. A typical program starts by creating an ARServerUser object with user name, password, server name, and the like. Using the ARServerUser instance methods, it logs in to the BMC Remedy AR System server; creates, gets, searches for, updates, and deletes server objects; and log out. A call to a get method returns a server object; a call to a getList (search) method returns a list of object identities (for example, names for forms or IDs for fields); and a call to a getListObjects method returns a list of objects.
For more information refer to the Remedy AR System Javadoc on the PDFs and videos page.
Related topic