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:
-
application name: The application name.
-
host name: The host where the enterprise server is activated.
-
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)
|