Standalone client API

Both the Java and .NET implementations of the standalone client preserve the same API as the existing clients with the following exceptions.

The following QAManager configuration properties are exclusively for the standalone client:

  • ML_PROTOCOL_TYPE   Specifies the protocol type. Valid options are tcpip, tls, http, or https.

  • ML_PROTOCOL_PARAMS   Specifies MobiLink connection parameters.

  • ML_PROTOCOL_USENAME   Specifies the MobiLink user name. This is the same as the QAnywhere Agent -mu option. See -mu qaagent option.

  • ML_PROTOCOL_PASSWORD   Specifies a new password for the MobiLink user. This is the same as the QAnywhere Agent -mn option. See -mn qaagent option.

  • INC_UPLOAD   Specifies the incremental upload size. This is the same as the QAnywhere Agent -iu option. See -iu qaagent option.

  • INC_DOWNLOAD   Specifies the incremental download size. This is the same as the QAnywhere Agent -idl option. See -idl qaagent option.

  • STORE_ID   Specifies the ID of the client message store that the standalone client is to connect to. This is the same as the QAnywhere Agent -id option. See -id qaagent option.

  • STORE_ENCRYPTION_KEY   Specifies the encryption key used to encrypt the message store.

  • POLICY   Specifies a policy that determines when message transmission occurs. This is the same as the QAnywhere Agent -policy option. See -policy qaagent option.

  • DELETE_PERIOD   Specifies the number of seconds between execution of deletion of messages that have reached a final state.

  • PUSH   Specifies how push notifications are delivered. This is the same as the QAnywhere Agent -push option, except that the default is -push lwpoll for the standalone client. See -push qaagent option.

The following QAManager configuration properties are not supported in the QAnywhere standalone client:

 See also