Class Reference
IRIS for UNIX 2024.1.2
InterSystems: The power behind what matters   
Documentation  Search
  [USER] >  [%CSP] >  [Mgr] >  [GatewaySystemStatus]
Private  Storage   

class %CSP.Mgr.GatewaySystemStatus extends %RegisteredObject, %XML.Adaptor

The System Status displays the status of all active CSP connections. This object is returned by the %CSP.Mgr.GatewayMgr.GetSystemStatus() method.

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
1 4 1


Summary

Properties
ApplicationPaths CacheServers CachedForms Connections

Methods
%AddToSaveSet %ClassIsLatestVersion %ClassName %ConstructClone
%DispatchClassMethod %DispatchGetModified %DispatchGetProperty %DispatchMethod
%DispatchSetModified %DispatchSetMultidimProperty %DispatchSetProperty %Extends
%GetParameter %IsA %IsModified %New
%NormalizeObject %ObjectModified %OriginalNamespace %PackageName
%RemoveFromSaveSet %SerializeObject %SetModified %ValidateObject
ParseIt XMLDTD XMLExport XMLExportToStream
XMLExportToString XMLNew XMLSchema XMLSchemaNamespace
XMLSchemaType


Parameters

• parameter XMLIGNOREINVALIDTAG = 1;
The XMLIGNOREINVALIDTAG parameter allows the programmer to control handling of unexpected elements in the XML input. The XMLIGNOREINVALIDTAG parameter will only take affect if XMLSEQUENCE = 0 (the default). By default (XMLIGNOREINVALIDTAG = 0), will treat an unexpected element as an error. If XMLIGNOREINVALIDTAG is set = 1 and XMLSEQUENCE = 0, then unexpected elements will be ignored.

Properties

• property ApplicationPaths as array of %CSP.Mgr.Helper.ApplicationPath(XMLKEYNAME="Number");
• property CacheServers as array of %CSP.Mgr.Helper.CacheServer(XMLKEYNAME="Number");
Displays information on InterSystems IRIS servers.
• property CachedForms as %CSP.Mgr.Helper.CachedForms;
CachedForms displays internal NSD information. This only appears for NSD installations or for installations the use the Gateway's response caching facility.
• property Connections as array of %CSP.Mgr.Helper.Connection(XMLKEYNAME="Number");
Connections has information on the connections to the InterSystems IRIS server. The Connection Number is the number the CSP Gateway assigns to the connection.

Methods

• classmethod ParseIt()


Copyright (c) 2025 by InterSystems Corporation. Cambridge, Massachusetts, U.S.A. All rights reserved. Confidential property of InterSystems Corporation.