DocBook|Search
Class Reference
%CSP.Mgr.GatewayInformation
   
Server:basexml
Instance:SOAXML
User:UnknownUser
 
-
  [BASEXML] >  [%CSP] >  [Mgr] >  [GatewayInformation]
Private  Storage  

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

Object returned by %CSP.Mgr.GatewayMgr.GetInfo() call.

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
1 6


Summary

Properties
ActiveInterface Build Version WebServerName
WebServerPort WebServerSoftware

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 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 ActiveInterface as %String;
• property Build as %String;
The Gateway build number is made up of two numeric components. The first number indicates the version of Cache with which the Gateway modules were supplied: e.g. 802 -> Caché v2008.2.x
The second number is the internal Gateway build number. This number is incremented every time a modification is made to the Gateway modules, and, because of this, is the critical factor in determining whether of not a particular feature is include in a particular version.
• property Version as %String;
Version of Caché
• property WebServerName as %String;
• property WebServerPort as %String;
• property WebServerSoftware as %String(CONTENT="MIXED");
Name and version of the Web server software responding to the request. Format: name/version