OpenSim
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Member Functions | Properties | List of all members
OpenSim.Region.UserStatistics.SimStatsAJAX Class Reference
Inheritance diagram for OpenSim.Region.UserStatistics.SimStatsAJAX:
Inheritance graph
[legend]
Collaboration diagram for OpenSim.Region.UserStatistics.SimStatsAJAX:
Collaboration graph
[legend]

Public Member Functions

Hashtable ProcessModel (Hashtable pParams)
 
string RenderView (Hashtable pModelResult)
 
string RenderJson (Hashtable pModelResult)
 Return stat information for all regions in the sim. Returns data of the form: More...
 

Properties

string ReportName [get]
 
- Properties inherited from OpenSim.Region.UserStatistics.IStatsController
string ReportName [get]
 

Detailed Description

Definition at line 41 of file SimStatsAJAX.cs.

Member Function Documentation

Hashtable OpenSim.Region.UserStatistics.SimStatsAJAX.ProcessModel ( Hashtable  pParams)
inline

Implements OpenSim.Region.UserStatistics.IStatsController.

Definition at line 50 of file SimStatsAJAX.cs.

string OpenSim.Region.UserStatistics.SimStatsAJAX.RenderJson ( Hashtable  pModelResult)
inline

Return stat information for all regions in the sim. Returns data of the form:

{"REGIONNAME": {
    "region": "REGIONNAME",
    "timeDilation": "101", 
    ...     // the rest of the stat info
    },
 ...    // entries for each region
 }
Parameters
pModelResult
Returns

Implements OpenSim.Region.UserStatistics.IStatsController.

Definition at line 230 of file SimStatsAJAX.cs.

string OpenSim.Region.UserStatistics.SimStatsAJAX.RenderView ( Hashtable  pModelResult)
inline

Implements OpenSim.Region.UserStatistics.IStatsController.

Definition at line 60 of file SimStatsAJAX.cs.

Property Documentation

string OpenSim.Region.UserStatistics.SimStatsAJAX.ReportName
get

Definition at line 46 of file SimStatsAJAX.cs.


The documentation for this class was generated from the following file: