Passes a list of names for applications which are available on the device and
requests a filtered list of names to which the logged in user has access in
return.
Executes a callback to the ESRS codebase to determine the configuration for remote sessions
The two configuration options which are determined are:
- Whether or not to use the secure URL for a remote session
- Whether to use the external or internal hostname for GAS servers
Provides a Map of gateways which manage the specified Device ID, with the Identifier of the gateway as
the key and a Boolean to indicate online / offline status
Handle the passed in AxedaCallback object
The options are expected as follows:
[0] - The serialNumber of the Device who uploaded the file
[1] - The model name of the Device who uploaded the file
[2] - The String contents of the File
[3] - The name of the file which was uploaded with this hint
The responses are the standard single String response of "OK" or "FAIL"
Provides a list of all the remote access server host names available inn the system
This list contains only the EXT hostname, which is the externally facing hostname that is used by agents
User: kholbrook
Date: Apr 9, 2009
Time: 11:10:41 AM
The ModelNameCallback is used to convert the supplied modelname and serial number to the correct version via an EMC authored mechanism
User: kholbrook
Date: Apr 9, 2009
Time: 11:10:41 AM
The UserNameCallback is used to retrieve the username from the current session via an EMC authored mechanism