Getsharedobjectstats() - MACROMEDIA FLASH MEDIA SERVER 2-SERVER MANAGEMENT ACTIONSCRIPT LANGUAGE Reference

Server management actionscript language reference
Table of Contents

Advertisement

See also

getSharedObjectStats()

getSharedObjectStats()
Availability
Flash Player 6.
Flash Communication Server MX 1.0.
Usage
getSharedObjectStats(app_instance, object_name, persistence)
Parameters
A string that contains the name of the instance of the application, in the
app_instance
form
application_name/instance_name
A string that contains the name of the shared object. You can get the names of
object_name
all active shared objects by using the
A Boolean value:
persistence
Returns
If the call succeeds, the server sends a reply information object with a
, a
property of
status
code
object. The
object has the following properties:
data
Property
version
num_properties
msg_in
msg_out
total_connects
total_disconnects
connected
resync_depth
50
Server Management ActionScript Language Reference
.
getSharedObjects
(
) for persistent;
true
1
NetConnection.Call.Success
Description
Number; version number of the shared object.
Number; total number of properties in the shared object.
Number; total messages in to the shared object.
Number; total messages out from the shared object.
Number; total number of connections to the shared object.
Number; total number of disconnections from the shared object.
Number; number of active subscribers.
Number; maximum version retained before resynchronization. If the
difference between the server version number and the client version
number is greater than the
sends only changes between versions.
command.
(
) for nonpersistent.
false
0
level
, and a
data
value, Flash Media Server
resync_depth
property of
property that is an

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH MEDIA SERVER 2-SERVER MANAGEMENT ACTIONSCRIPT LANGUAGE and is the answer not in the manual?

This manual is also suitable for:

Flash media server 2

Table of Contents