Module: nagvis Branch: master Commit: 49458bbd5be4b9e732c7a4e041a6e1dbe79327ee URL: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis;a=commit;h=49458bbd5be4b9e732c7a4e041a6e1dbe79327ee
Author: Lars Michelsen <[email protected]> Date: Wed Dec 29 18:28:09 2010 +0100 Updated comment --- share/server/core/classes/GlobalMap.php | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/share/server/core/classes/GlobalMap.php b/share/server/core/classes/GlobalMap.php index d10e715..3898242 100644 --- a/share/server/core/classes/GlobalMap.php +++ b/share/server/core/classes/GlobalMap.php @@ -44,8 +44,12 @@ class GlobalMap { } /** - * Parses the Objects + * Parses the objects of the map. Can be called in different modes + * complete: first object is the summary of the map and all map objects + * summary: only the summary state of the map + * state: the state of all map objects * + * @param String The type of request. Can be complete|summary|state * @return String Json Code * @author Lars Michelsen <[email protected]> */ ------------------------------------------------------------------------------ Learn how Oracle Real Application Clusters (RAC) One Node allows customers to consolidate database storage, standardize their database environment, and, should the need arise, upgrade to a full multi-node Oracle RAC database without downtime or disruption http://p.sf.net/sfu/oracle-sfdevnl _______________________________________________ Nagvis-checkins mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagvis-checkins
