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.
parameter XMLIGNOREINVALIDTAG = 1;
The XMLIGNOREINVALIDTAG parameter allows the programmer to control handling of unexpected
elements in the XML input.
By default (XMLIGNOREINVALIDTAG = 0), will treat an unexpected element as an error.
If XMLIGNOREINVALIDTAG is set = 1, then unexpected elements will be ignored.
property ApplicationPaths
as array of %CSP.Mgr.Helper.ApplicationPath(XMLKEYNAME="Number");
property CacheServers
as array of %CSP.Mgr.Helper.CacheServer(XMLKEYNAME="Number");
CacheServers displays information on Caché 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 Caché.
The Connection Number is the number the CSP Gateway assigns to the connection.