Salesforce

RqRtApp (Magic xpa 4.x)

« Go Back

Information

 
Approval Process StatusPublished
Objective
Description

RqRtApp (Magic xpa 4.x)

Returns information about one application supported by one or more runtime engines registered in the broker.

Syntax:

RqRtApp(service/server name, entry number)

Parameters:

service/server name: An Alpha variable or constant with a service or server name.

entry number: Numeric value indicating the internal number of the application, within all applications queried using RqRtApps (RqRtApps must be called before).

Returns:

A string with the following comma-delimited information:

  1. application name: The application name.

  2. host name: The host where the enterprise server is activated.

  3. port number: The port that the enterprise server is listening to.

Example:

RqRtApp('Data Server', BD) where the virtual, numeric variable BD temporarily stores an application number that has been generated through the execution of the RqRtApps function.

Exception:

This function is supported only while using the Broker as a middleware.

See also:

The Online and Rich Client Samples projects (program ES03 and RES03)

Reference
TitleRqRtApp (Magic xpa 4.x)
URL NameRqRtApp-xpa-4x