DocBook|Search
Class Reference
%CSP.Mgr.GatewaySystemStatus
   
Server:basexml
Instance:SOAXML
User:UnknownUser
 
-
  [BASEXML] >  [%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
%%OIDGet %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. By default (XMLIGNOREINVALIDTAG = 0), will treat an unexpected element as an error. If XMLIGNOREINVALIDTAG is set = 1, 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");
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.

Methods

• classmethod ParseIt()