User Guide
22 Server Management ActionScript Language Reference
getApps()
Availability
■ Flash Player 6.
■ Flash Communication Server MX 1.0.
Usage
getApps()
Parameters
None.
Returns
If the call succeeds, the server sends a reply information object with a level property of
status, a code property of NetConnection.Call.Success, and a data property that is an
array of strings containing the names of all the applications that are installed.
If the call fails, the server sends a reply information object with a
level property of error
and a
code property of NetConnection.Call.Failed or a more specific value, if available.
Some objects might also have a
description property that contains a string describing the
cause of the failure.
Description
Returns an array of strings that contains the names of all the applications that are installed.
See also
getActiveInstances(), getAppStats(), getInstanceStats()
getAppStats()
Availability
■ Flash Player 6.
■ Flash Communication Server MX 1.0.
Usage
getAppStats(app_name)
Parameters
app_name A string that contains the name of the application for which you want
performance data.